Html Css Color HEX #B02902 Rust

📋 copy color: '#B02902'

red 176 ◦ green 41 ◦ blue 2

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

Shades of Rust #B02902

Tints of Rust #B02902

RGB

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

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

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

R = 80.37%
G = 18.72%
B = 0.91%

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

#B02902 (or 0xB02902) is known color: Rust. HEX triplet: B0, 29 and 02. RGB value is (176,41,2). Sum of RGB (Red+Green+Blue) = 176+41+2=219 (29% of max value = 765). Red value is 176 (69.14% from 255 or 80.37% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 176 - color contains mainly: red. Hex color #B02902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02902 is #4FD6FD. Grayscale: #4D4D4D. Windows color (decimal): -5232382 or 141744. OLE color: 141744.

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

Color convert

RGB 176 41 2 -
CMYK 0 0.77 0.99 0.31
HSL 13.45º 0.98% 0.35% -
HSV(B) 13.45º 0.99% 0.69% -
XYZ 18.71 10.82 1.16 -
YUV 76.92 85.73 198.67 -
System Red Green Blue C M Y K H S L
Decimal 176 41 2 0 0.77 0.99 0.31 13.45 0.98 0.35
Hex B0 29 2 0 4D 63 1F D 62 23
Octal 260 51 2 0 115 143 37 15 142 43
Binary 10110000 101001 10 0 1001101 1100011 11111 1101 1100010 100011

Color Harmonies of #B02902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02902

Black with #B02902

Text Example


Text Example

White with #B02902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02902; }

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

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

background-color css

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

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

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

border-color css

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

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

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