Html Css Color HEX #B02F03 Rust

📋 copy color: '#B02F03'

red 176 ◦ green 47 ◦ blue 3

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

Shades of Rust #B02F03

Tints of Rust #B02F03

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.8%

 BLUE value IS 3 (1.56% from 255) = 1.33%

R = 77.88%
G = 20.8%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B02F03 (or 0xB02F03) is known color: Rust. HEX triplet: B0, 2F and 03. RGB value is (176,47,3). Sum of RGB (Red+Green+Blue) = 176+47+3=226 (29% of max value = 765). Red value is 176 (69.14% from 255 or 77.88% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02F03 is #4FD0FC. Grayscale: #505050. Windows color (decimal): -5230845 or 208816. OLE color: 208816.

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

Color convert

RGB 176 47 3 -
CMYK 0 0.73 0.98 0.31
HSL 15.26º 0.97% 0.35% -
HSV(B) 15.26º 0.98% 0.69% -
XYZ 18.94 11.27 1.26 -
YUV 80.56 84.24 196.08 -
System Red Green Blue C M Y K H S L
Decimal 176 47 3 0 0.73 0.98 0.31 15.26 0.97 0.35
Hex B0 2F 3 0 49 62 1F F 61 23
Octal 260 57 3 0 111 142 37 17 141 43
Binary 10110000 101111 11 0 1001001 1100010 11111 1111 1100001 100011

Color Harmonies of #B02F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02F03

Black with #B02F03

Text Example


Text Example

White with #B02F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02F03; }

 p { color: rgb(176,47,3); }

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

background-color css

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

 a { background-color: rgb(176,47,3); }

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

border-color css

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

 span { border-color: rgb(176,47,3); }

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