Html Css Color HEX #B02B02 Rust

📋 copy color: '#B02B02'

red 176 ◦ green 43 ◦ blue 2

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

Shades of Rust #B02B02

Tints of Rust #B02B02

RGB

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

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

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

R = 79.64%
G = 19.46%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B02B02 (or 0xB02B02) is known color: Rust. HEX triplet: B0, 2B and 02. RGB value is (176,43,2). Sum of RGB (Red+Green+Blue) = 176+43+2=221 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.64% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 176 - color contains mainly: red. Hex color #B02B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02B02 is #4FD4FD. Grayscale: #4E4E4E. Windows color (decimal): -5231870 or 142256. OLE color: 142256.

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

Color convert

RGB 176 43 2 -
CMYK 0 0.76 0.99 0.31
HSL 14.14º 0.98% 0.35% -
HSV(B) 14.14º 0.99% 0.69% -
XYZ 18.78 10.96 1.18 -
YUV 78.09 85.06 197.83 -
System Red Green Blue C M Y K H S L
Decimal 176 43 2 0 0.76 0.99 0.31 14.14 0.98 0.35
Hex B0 2B 2 0 4C 63 1F E 62 23
Octal 260 53 2 0 114 143 37 16 142 43
Binary 10110000 101011 10 0 1001100 1100011 11111 1110 1100010 100011

Color Harmonies of #B02B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02B02

Black with #B02B02

Text Example


Text Example

White with #B02B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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