Html Css Color HEX #B03C0B Rust

📋 copy color: '#B03C0B'

red 176 ◦ green 60 ◦ blue 11

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

Shades of Rust #B03C0B

Tints of Rust #B03C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.45%

R = 71.26%
G = 24.29%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B03C0B (or 0xB03C0B) is known color: Rust. HEX triplet: B0, 3C and 0B. RGB value is (176,60,11). Sum of RGB (Red+Green+Blue) = 176+60+11=247 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.26% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03C0B is #4FC3F4. Grayscale: #595959. Windows color (decimal): -5227509 or 736432. OLE color: 736432.

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

Color convert

RGB 176 60 11 -
CMYK 0 0.66 0.94 0.31
HSL 17.82º 0.88% 0.37% -
HSV(B) 17.82º 0.94% 0.69% -
XYZ 19.58 12.49 1.69 -
YUV 89.1 83.93 189.98 -
System Red Green Blue C M Y K H S L
Decimal 176 60 11 0 0.66 0.94 0.31 17.82 0.88 0.37
Hex B0 3C B 0 42 5E 1F 12 58 25
Octal 260 74 13 0 102 136 37 22 130 45
Binary 10110000 111100 1011 0 1000010 1011110 11111 10010 1011000 100101

Color Harmonies of #B03C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03C0B

Black with #B03C0B

Text Example


Text Example

White with #B03C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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