Html Css Color HEX #B02404 Rust

📋 copy color: '#B02404'

red 176 ◦ green 36 ◦ blue 4

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

Shades of Rust #B02404

Tints of Rust #B02404

RGB

 RED value IS 176 (69.14% from 255) = 81.48%

 GREEN value IS 36 (14.45% from 255) = 16.67%

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

R = 81.48%
G = 16.67%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B02404 (or 0xB02404) is known color: Rust. HEX triplet: B0, 24 and 04. RGB value is (176,36,4). Sum of RGB (Red+Green+Blue) = 176+36+4=216 (28% of max value = 765). Red value is 176 (69.14% from 255 or 81.48% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 176 - color contains mainly: red. Hex color #B02404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02404 is #4FDBFB. Grayscale: #4A4A4A. Windows color (decimal): -5233660 or 271536. OLE color: 271536.

HSL color Cylindrical-coordinate representation of color #B02404: hue angle of 11.16º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B02404 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 36 4 -
CMYK 0 0.80 0.98 0.31
HSL 11.16º 0.96% 0.35% -
HSV(B) 11.16º 0.98% 0.69% -
XYZ 18.56 10.5 1.16 -
YUV 74.21 88.38 200.6 -
System Red Green Blue C M Y K H S L
Decimal 176 36 4 0 0.80 0.98 0.31 11.16 0.96 0.35
Hex B0 24 4 0 50 62 1F B 60 23
Octal 260 44 4 0 120 142 37 13 140 43
Binary 10110000 100100 100 0 1010000 1100010 11111 1011 1100000 100011

Color Harmonies of #B02404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02404

Black with #B02404

Text Example


Text Example

White with #B02404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02404; }

 p { color: rgb(176,36,4); }

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

background-color css

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

 a { background-color: rgb(176,36,4); }

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

border-color css

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

 span { border-color: rgb(176,36,4); }

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