Html Css Color HEX #B24009 Rust

📋 copy color: '#B24009'

red 178 ◦ green 64 ◦ blue 9

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

Shades of Rust #B24009

Tints of Rust #B24009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.59%

R = 70.92%
G = 25.5%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B24009 (or 0xB24009) is known color: Rust. HEX triplet: B2, 40 and 09. RGB value is (178,64,9). Sum of RGB (Red+Green+Blue) = 178+64+9=251 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.92% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 178 - color contains mainly: red. Hex color #B24009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24009 is #4DBFF6. Grayscale: #5C5C5C. Windows color (decimal): -5095415 or 606386. OLE color: 606386.

HSL color Cylindrical-coordinate representation of color #B24009: hue angle of 19.53º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B24009 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 64 9 -
CMYK 0 0.64 0.95 0.30
HSL 19.53º 0.9% 0.37% -
HSV(B) 19.53º 0.95% 0.7% -
XYZ 20.24 13.15 1.73 -
YUV 91.82 81.27 189.47 -
System Red Green Blue C M Y K H S L
Decimal 178 64 9 0 0.64 0.95 0.30 19.53 0.9 0.37
Hex B2 40 9 0 40 5F 1E 14 5A 25
Octal 262 100 11 0 100 137 36 24 132 45
Binary 10110010 1000000 1001 0 1000000 1011111 11110 10100 1011010 100101

Color Harmonies of #B24009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24009

Black with #B24009

Text Example


Text Example

White with #B24009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24009; }

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

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

background-color css

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

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

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

border-color css

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

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

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