Html Css Color HEX #B23402 Rust

📋 copy color: '#B23402'

red 178 ◦ green 52 ◦ blue 2

#B23402
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #B23402

Tints of Rust #B23402

RGB

 RED value IS 178 (69.92% from 255) = 76.72%

 GREEN value IS 52 (20.7% from 255) = 22.41%

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 76.72%
G = 22.41%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B23402 (or 0xB23402) is known color: Rust. HEX triplet: B2, 34 and 02. RGB value is (178,52,2). Sum of RGB (Red+Green+Blue) = 178+52+2=232 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.72% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 178 - color contains mainly: red. Hex color #B23402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23402 is #4DCBFD. Grayscale: #545454. Windows color (decimal): -5098494 or 144562. OLE color: 144562.

HSL color Cylindrical-coordinate representation of color #B23402: hue angle of 17.05º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B23402 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 52 2 -
CMYK 0 0.71 0.99 0.30
HSL 17.05º 0.98% 0.35% -
HSV(B) 17.05º 0.99% 0.7% -
XYZ 19.6 11.93 1.33 -
YUV 83.97 81.74 195.07 -
System Red Green Blue C M Y K H S L
Decimal 178 52 2 0 0.71 0.99 0.30 17.05 0.98 0.35
Hex B2 34 2 0 47 63 1E 11 62 23
Octal 262 64 2 0 107 143 36 21 142 43
Binary 10110010 110100 10 0 1000111 1100011 11110 10001 1100010 100011

Color Harmonies of #B23402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23402

Black with #B23402

Text Example


Text Example

White with #B23402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23402; }

 p { color: rgb(178,52,2); }

 H1.HeaderClassName
 {
   color: #B23402;
 }
 .AnyTagClassName
 {
   color: #B23402;
 }
</style>

background-color css

<style>
 a { background-color: #B23402; }

 a { background-color: rgb(178,52,2); }

 div.DivClassName
 {
   background-color: #B23402;
 }
 .BgClassName
 {
   background-color: #B23402;
 }
</style>

border-color css

<style>
 span { border-color: #B23402; }

 span { border-color: rgb(178,52,2); }

 td.TdClassName
 {
   border-color: #B23402;
 }
 .TagClassName
 {
   border-color: #B23402;
 }
</style>