Html Css Color HEX #B24604 Rust

📋 copy color: '#B24604'

red 178 ◦ green 70 ◦ blue 4

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

Shades of Rust #B24604

Tints of Rust #B24604

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.78%

 BLUE value IS 4 (1.95% from 255) = 1.59%

R = 70.63%
G = 27.78%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B24604 (or 0xB24604) is known color: Rust. HEX triplet: B2, 46 and 04. RGB value is (178,70,4). Sum of RGB (Red+Green+Blue) = 178+70+4=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B24604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24604 is #4DB9FB. Grayscale: #5F5F5F. Windows color (decimal): -5093884 or 280242. OLE color: 280242.

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

Color convert

RGB 178 70 4 -
CMYK 0 0.61 0.98 0.30
HSL 22.76º 0.96% 0.36% -
HSV(B) 22.76º 0.98% 0.7% -
XYZ 20.57 13.85 1.7 -
YUV 94.77 76.78 187.37 -
System Red Green Blue C M Y K H S L
Decimal 178 70 4 0 0.61 0.98 0.30 22.76 0.96 0.36
Hex B2 46 4 0 3D 62 1E 17 60 24
Octal 262 106 4 0 75 142 36 27 140 44
Binary 10110010 1000110 100 0 111101 1100010 11110 10111 1100000 100100

Color Harmonies of #B24604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24604

Black with #B24604

Text Example


Text Example

White with #B24604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24604; }

 p { color: rgb(178,70,4); }

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

background-color css

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

 a { background-color: rgb(178,70,4); }

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

border-color css

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

 span { border-color: rgb(178,70,4); }

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