Html Css Color HEX #B02B00 Rust

📋 copy color: '#B02B00'

red 176 ◦ green 43 ◦ blue 0

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

Shades of Rust #B02B00

Tints of Rust #B02B00

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.63%

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

R = 80.37%
G = 19.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B02B00 (or 0xB02B00) is known color: Rust. HEX triplet: B0, 2B and 00. RGB value is (176,43,0). Sum of RGB (Red+Green+Blue) = 176+43+0=219 (29% of max value = 765). Red value is 176 (69.14% from 255 or 80.37% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 176 - color contains mainly: red. Hex color #B02B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02B00 is #4FD4FF. Grayscale: #4E4E4E. Windows color (decimal): -5231872 or 11184. OLE color: 11184.

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

Color convert

RGB 176 43 0 -
CMYK 0 0.76 1 0.31
HSL 14.66º 1% 0.35% -
HSV(B) 14.66º 1% 0.69% -
XYZ 18.77 10.96 1.13 -
YUV 77.87 84.06 198 -
System Red Green Blue C M Y K H S L
Decimal 176 43 0 0 0.76 1 0.31 14.66 1 0.35
Hex B0 2B 0 0 4C 64 1F F 64 23
Octal 260 53 0 0 114 144 37 17 144 43
Binary 10110000 101011 0 0 1001100 1100100 11111 1111 1100100 100011

Color Harmonies of #B02B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02B00

Black with #B02B00

Text Example


Text Example

White with #B02B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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