Html Css Color HEX #B02C03 Rust

📋 copy color: '#B02C03'

red 176 ◦ green 44 ◦ blue 3

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

Shades of Rust #B02C03

Tints of Rust #B02C03

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.73%

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

R = 78.92%
G = 19.73%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B02C03 (or 0xB02C03) is known color: Rust. HEX triplet: B0, 2C and 03. RGB value is (176,44,3). Sum of RGB (Red+Green+Blue) = 176+44+3=223 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.92% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02C03 is #4FD3FC. Grayscale: #4F4F4F. Windows color (decimal): -5231613 or 208048. OLE color: 208048.

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

Color convert

RGB 176 44 3 -
CMYK 0 0.75 0.98 0.31
HSL 14.22º 0.97% 0.35% -
HSV(B) 14.22º 0.98% 0.69% -
XYZ 18.82 11.04 1.22 -
YUV 78.79 85.23 197.33 -
System Red Green Blue C M Y K H S L
Decimal 176 44 3 0 0.75 0.98 0.31 14.22 0.97 0.35
Hex B0 2C 3 0 4B 62 1F E 61 23
Octal 260 54 3 0 113 142 37 16 141 43
Binary 10110000 101100 11 0 1001011 1100010 11111 1110 1100001 100011

Color Harmonies of #B02C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C03

Black with #B02C03

Text Example


Text Example

White with #B02C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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