Html Css Color HEX #B03C15 Rust

📋 copy color: '#B03C15'

red 176 ◦ green 60 ◦ blue 21

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

Shades of Rust #B03C15

Tints of Rust #B03C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.17%

R = 68.48%
G = 23.35%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B03C15 (or 0xB03C15) is known color: Rust. HEX triplet: B0, 3C and 15. RGB value is (176,60,21). Sum of RGB (Red+Green+Blue) = 176+60+21=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03C15 is #4FC3EA. Grayscale: #5A5A5A. Windows color (decimal): -5227499 or 1391792. OLE color: 1391792.

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

Color convert

RGB 176 60 21 -
CMYK 0 0.66 0.88 0.31
HSL 15.1º 0.79% 0.39% -
HSV(B) 15.1º 0.88% 0.69% -
XYZ 19.66 12.52 2.09 -
YUV 90.24 88.93 189.17 -
System Red Green Blue C M Y K H S L
Decimal 176 60 21 0 0.66 0.88 0.31 15.1 0.79 0.39
Hex B0 3C 15 0 42 58 1F F 4F 27
Octal 260 74 25 0 102 130 37 17 117 47
Binary 10110000 111100 10101 0 1000010 1011000 11111 1111 1001111 100111

Color Harmonies of #B03C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03C15

Black with #B03C15

Text Example


Text Example

White with #B03C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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