Html Css Color HEX #B02802 Rust

📋 copy color: '#B02802'

red 176 ◦ green 40 ◦ blue 2

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

Shades of Rust #B02802

Tints of Rust #B02802

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.35%

 BLUE value IS 2 (1.17% from 255) = 0.92%

R = 80.73%
G = 18.35%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B02802 (or 0xB02802) is known color: Rust. HEX triplet: B0, 28 and 02. RGB value is (176,40,2). Sum of RGB (Red+Green+Blue) = 176+40+2=218 (28% of max value = 765). Red value is 176 (69.14% from 255 or 80.73% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 176 - color contains mainly: red. Hex color #B02802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02802 is #4FD7FD. Grayscale: #4C4C4C. Windows color (decimal): -5232638 or 141488. OLE color: 141488.

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

Color convert

RGB 176 40 2 -
CMYK 0 0.77 0.99 0.31
HSL 13.1º 0.98% 0.35% -
HSV(B) 13.1º 0.99% 0.69% -
XYZ 18.67 10.75 1.15 -
YUV 76.33 86.06 199.09 -
System Red Green Blue C M Y K H S L
Decimal 176 40 2 0 0.77 0.99 0.31 13.1 0.98 0.35
Hex B0 28 2 0 4D 63 1F D 62 23
Octal 260 50 2 0 115 143 37 15 142 43
Binary 10110000 101000 10 0 1001101 1100011 11111 1101 1100010 100011

Color Harmonies of #B02802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02802

Black with #B02802

Text Example


Text Example

White with #B02802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02802; }

 p { color: rgb(176,40,2); }

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

background-color css

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

 a { background-color: rgb(176,40,2); }

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

border-color css

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

 span { border-color: rgb(176,40,2); }

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