Html Css Color HEX #B03C02 Rust

📋 copy color: '#B03C02'

red 176 ◦ green 60 ◦ blue 2

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

Shades of Rust #B03C02

Tints of Rust #B03C02

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.21%

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

R = 73.95%
G = 25.21%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B03C02 (or 0xB03C02) is known color: Rust. HEX triplet: B0, 3C and 02. RGB value is (176,60,2). Sum of RGB (Red+Green+Blue) = 176+60+2=238 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.95% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03C02 is #4FC3FD. Grayscale: #585858. Windows color (decimal): -5227518 or 146608. OLE color: 146608.

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

Color convert

RGB 176 60 2 -
CMYK 0 0.66 0.99 0.31
HSL 20º 0.98% 0.35% -
HSV(B) 20º 0.99% 0.69% -
XYZ 19.53 12.47 1.43 -
YUV 88.07 79.43 190.72 -
System Red Green Blue C M Y K H S L
Decimal 176 60 2 0 0.66 0.99 0.31 20 0.98 0.35
Hex B0 3C 2 0 42 63 1F 14 62 23
Octal 260 74 2 0 102 143 37 24 142 43
Binary 10110000 111100 10 0 1000010 1100011 11111 10100 1100010 100011

Color Harmonies of #B03C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03C02

Black with #B03C02

Text Example


Text Example

White with #B03C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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