Html Css Color HEX #B03115 Rust

📋 copy color: '#B03115'

red 176 ◦ green 49 ◦ blue 21

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

Shades of Rust #B03115

Tints of Rust #B03115

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.92%

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

R = 71.54%
G = 19.92%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B03115 (or 0xB03115) is known color: Rust. HEX triplet: B0, 31 and 15. RGB value is (176,49,21). Sum of RGB (Red+Green+Blue) = 176+49+21=246 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.54% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 176 - color contains mainly: red. Hex color #B03115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03115 is #4FCEEA. Grayscale: #545454. Windows color (decimal): -5230315 or 1388976. OLE color: 1388976.

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

Color convert

RGB 176 49 21 -
CMYK 0 0.72 0.88 0.31
HSL 10.84º 0.79% 0.39% -
HSV(B) 10.84º 0.88% 0.69% -
XYZ 19.14 11.48 1.92 -
YUV 83.78 92.58 193.78 -
System Red Green Blue C M Y K H S L
Decimal 176 49 21 0 0.72 0.88 0.31 10.84 0.79 0.39
Hex B0 31 15 0 48 58 1F B 4F 27
Octal 260 61 25 0 110 130 37 13 117 47
Binary 10110000 110001 10101 0 1001000 1011000 11111 1011 1001111 100111

Color Harmonies of #B03115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03115

Black with #B03115

Text Example


Text Example

White with #B03115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03115; }

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

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

background-color css

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

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

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

border-color css

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

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

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