Html Css Color HEX #B24408 Rust

📋 copy color: '#B24408'

red 178 ◦ green 68 ◦ blue 8

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

Shades of Rust #B24408

Tints of Rust #B24408

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.77%

 BLUE value IS 8 (3.52% from 255) = 3.15%

R = 70.08%
G = 26.77%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B24408 (or 0xB24408) is known color: Rust. HEX triplet: B2, 44 and 08. RGB value is (178,68,8). Sum of RGB (Red+Green+Blue) = 178+68+8=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B24408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24408 is #4DBBF7. Grayscale: #5E5E5E. Windows color (decimal): -5094392 or 541874. OLE color: 541874.

HSL color Cylindrical-coordinate representation of color #B24408: hue angle of 21.18º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B24408 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 68 8 -
CMYK 0 0.62 0.96 0.30
HSL 21.18º 0.91% 0.36% -
HSV(B) 21.18º 0.96% 0.7% -
XYZ 20.47 13.62 1.78 -
YUV 94.05 79.44 187.88 -
System Red Green Blue C M Y K H S L
Decimal 178 68 8 0 0.62 0.96 0.30 21.18 0.91 0.36
Hex B2 44 8 0 3E 60 1E 15 5B 24
Octal 262 104 10 0 76 140 36 25 133 44
Binary 10110010 1000100 1000 0 111110 1100000 11110 10101 1011011 100100

Color Harmonies of #B24408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24408

Black with #B24408

Text Example


Text Example

White with #B24408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24408; }

 p { color: rgb(178,68,8); }

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

background-color css

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

 a { background-color: rgb(178,68,8); }

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

border-color css

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

 span { border-color: rgb(178,68,8); }

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