Html Css Color HEX #B03C00 Rust

📋 copy color: '#B03C00'

red 176 ◦ green 60 ◦ blue 0

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

Shades of Rust #B03C00

Tints of Rust #B03C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.58%
G = 25.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B03C00 (or 0xB03C00) is known color: Rust. HEX triplet: B0, 3C and 00. RGB value is (176,60,0). Sum of RGB (Red+Green+Blue) = 176+60+0=236 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.58% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03C00 is #4FC3FF. Grayscale: #585858. Windows color (decimal): -5227520 or 15536. OLE color: 15536.

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

Color convert

RGB 176 60 0 -
CMYK 0 0.66 1 0.31
HSL 20.45º 1% 0.35% -
HSV(B) 20.45º 1% 0.69% -
XYZ 19.52 12.46 1.38 -
YUV 87.84 78.43 190.88 -
System Red Green Blue C M Y K H S L
Decimal 176 60 0 0 0.66 1 0.31 20.45 1 0.35
Hex B0 3C 0 0 42 64 1F 14 64 23
Octal 260 74 0 0 102 144 37 24 144 43
Binary 10110000 111100 0 0 1000010 1100100 11111 10100 1100100 100011

Color Harmonies of #B03C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03C00

Black with #B03C00

Text Example


Text Example

White with #B03C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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