Html Css Color HEX #B03302 Rust

📋 copy color: '#B03302'

red 176 ◦ green 51 ◦ blue 2

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

Shades of Rust #B03302

Tints of Rust #B03302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.27%

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

R = 76.86%
G = 22.27%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B03302 (or 0xB03302) is known color: Rust. HEX triplet: B0, 33 and 02. RGB value is (176,51,2). Sum of RGB (Red+Green+Blue) = 176+51+2=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B03302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03302 is #4FCCFD. Grayscale: #535353. Windows color (decimal): -5229822 or 144304. OLE color: 144304.

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

Color convert

RGB 176 51 2 -
CMYK 0 0.71 0.99 0.31
HSL 16.9º 0.98% 0.35% -
HSV(B) 16.9º 0.99% 0.69% -
XYZ 19.1 11.6 1.29 -
YUV 82.79 82.41 194.48 -
System Red Green Blue C M Y K H S L
Decimal 176 51 2 0 0.71 0.99 0.31 16.9 0.98 0.35
Hex B0 33 2 0 47 63 1F 11 62 23
Octal 260 63 2 0 107 143 37 21 142 43
Binary 10110000 110011 10 0 1000111 1100011 11111 10001 1100010 100011

Color Harmonies of #B03302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03302

Black with #B03302

Text Example


Text Example

White with #B03302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03302; }

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

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

background-color css

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

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

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

border-color css

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

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

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