Html Css Color HEX #B02C09 Rust

📋 copy color: '#B02C09'

red 176 ◦ green 44 ◦ blue 9

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

Shades of Rust #B02C09

Tints of Rust #B02C09

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.21%

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

R = 76.86%
G = 19.21%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B02C09 (or 0xB02C09) is known color: Rust. HEX triplet: B0, 2C and 09. RGB value is (176,44,9). Sum of RGB (Red+Green+Blue) = 176+44+9=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02C09 is #4FD3F6. Grayscale: #4F4F4F. Windows color (decimal): -5231607 or 601264. OLE color: 601264.

HSL color Cylindrical-coordinate representation of color #B02C09: hue angle of 12.57º 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 #B02C09 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 44 9 -
CMYK 0 0.75 0.95 0.31
HSL 12.57º 0.9% 0.36% -
HSV(B) 12.57º 0.95% 0.69% -
XYZ 18.85 11.05 1.4 -
YUV 79.48 88.23 196.85 -
System Red Green Blue C M Y K H S L
Decimal 176 44 9 0 0.75 0.95 0.31 12.57 0.9 0.36
Hex B0 2C 9 0 4B 5F 1F D 5A 24
Octal 260 54 11 0 113 137 37 15 132 44
Binary 10110000 101100 1001 0 1001011 1011111 11111 1101 1011010 100100

Color Harmonies of #B02C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C09

Black with #B02C09

Text Example


Text Example

White with #B02C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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