Html Css Color HEX #B02909 Rust

📋 copy color: '#B02909'

red 176 ◦ green 41 ◦ blue 9

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

Shades of Rust #B02909

Tints of Rust #B02909

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.14%

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

R = 77.88%
G = 18.14%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B02909 (or 0xB02909) is known color: Rust. HEX triplet: B0, 29 and 09. RGB value is (176,41,9). Sum of RGB (Red+Green+Blue) = 176+41+9=226 (29% of max value = 765). Red value is 176 (69.14% from 255 or 77.88% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 176 - color contains mainly: red. Hex color #B02909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02909 is #4FD6F6. Grayscale: #4D4D4D. Windows color (decimal): -5232375 or 600496. OLE color: 600496.

HSL color Cylindrical-coordinate representation of color #B02909: hue angle of 11.5º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B02909 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 41 9 -
CMYK 0 0.77 0.95 0.31
HSL 11.5º 0.9% 0.36% -
HSV(B) 11.5º 0.95% 0.69% -
XYZ 18.75 10.84 1.36 -
YUV 77.72 89.23 198.1 -
System Red Green Blue C M Y K H S L
Decimal 176 41 9 0 0.77 0.95 0.31 11.5 0.9 0.36
Hex B0 29 9 0 4D 5F 1F B 5A 24
Octal 260 51 11 0 115 137 37 13 132 44
Binary 10110000 101001 1001 0 1001101 1011111 11111 1011 1011010 100100

Color Harmonies of #B02909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02909

Black with #B02909

Text Example


Text Example

White with #B02909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02909; }

 p { color: rgb(176,41,9); }

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

background-color css

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

 a { background-color: rgb(176,41,9); }

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

border-color css

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

 span { border-color: rgb(176,41,9); }

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