Html Css Color HEX #B24008 Rust

📋 copy color: '#B24008'

red 178 ◦ green 64 ◦ blue 8

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

Shades of Rust #B24008

Tints of Rust #B24008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.6%

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

R = 71.2%
G = 25.6%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B24008 (or 0xB24008) is known color: Rust. HEX triplet: B2, 40 and 08. RGB value is (178,64,8). Sum of RGB (Red+Green+Blue) = 178+64+8=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B24008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24008 is #4DBFF7. Grayscale: #5C5C5C. Windows color (decimal): -5095416 or 540850. OLE color: 540850.

HSL color Cylindrical-coordinate representation of color #B24008: hue angle of 19.76º 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 #B24008 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 64 8 -
CMYK 0 0.64 0.96 0.30
HSL 19.76º 0.91% 0.36% -
HSV(B) 19.76º 0.96% 0.7% -
XYZ 20.24 13.15 1.7 -
YUV 91.7 80.77 189.55 -
System Red Green Blue C M Y K H S L
Decimal 178 64 8 0 0.64 0.96 0.30 19.76 0.91 0.36
Hex B2 40 8 0 40 60 1E 14 5B 24
Octal 262 100 10 0 100 140 36 24 133 44
Binary 10110010 1000000 1000 0 1000000 1100000 11110 10100 1011011 100100

Color Harmonies of #B24008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24008

Black with #B24008

Text Example


Text Example

White with #B24008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24008; }

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

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

background-color css

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

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

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

border-color css

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

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

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