Html Css Color HEX #B02200 Rust

📋 copy color: '#B02200'

red 176 ◦ green 34 ◦ blue 0

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

Shades of Rust #B02200

Tints of Rust #B02200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.19%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.81%
G = 16.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B02200 (or 0xB02200) is known color: Rust. HEX triplet: B0, 22 and 00. RGB value is (176,34,0). Sum of RGB (Red+Green+Blue) = 176+34+0=210 (27% of max value = 765). Red value is 176 (69.14% from 255 or 83.81% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 176 - color contains mainly: red. Hex color #B02200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02200 is #4FDDFF. Grayscale: #484848. Windows color (decimal): -5234176 or 8880. OLE color: 8880.

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

Color convert

RGB 176 34 0 -
CMYK 0 0.81 1 0.31
HSL 11.59º 1% 0.35% -
HSV(B) 11.59º 1% 0.69% -
XYZ 18.48 10.37 1.03 -
YUV 72.58 87.04 201.76 -
System Red Green Blue C M Y K H S L
Decimal 176 34 0 0 0.81 1 0.31 11.59 1 0.35
Hex B0 22 0 0 51 64 1F C 64 23
Octal 260 42 0 0 121 144 37 14 144 43
Binary 10110000 100010 0 0 1010001 1100100 11111 1100 1100100 100011

Color Harmonies of #B02200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02200

Black with #B02200

Text Example


Text Example

White with #B02200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02200; }

 p { color: rgb(176,34,0); }

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

background-color css

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

 a { background-color: rgb(176,34,0); }

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

border-color css

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

 span { border-color: rgb(176,34,0); }

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