Html Css Color HEX #B03513 Rust

📋 copy color: '#B03513'

red 176 ◦ green 53 ◦ blue 19

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

Shades of Rust #B03513

Tints of Rust #B03513

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.37%

 BLUE value IS 19 (7.81% from 255) = 7.66%

R = 70.97%
G = 21.37%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B03513 (or 0xB03513) is known color: Rust. HEX triplet: B0, 35 and 13. RGB value is (176,53,19). Sum of RGB (Red+Green+Blue) = 176+53+19=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B03513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03513 is #4FCAEC. Grayscale: #565656. Windows color (decimal): -5229293 or 1258928. OLE color: 1258928.

HSL color Cylindrical-coordinate representation of color #B03513: hue angle of 12.99º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B03513 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 53 19 -
CMYK 0 0.70 0.89 0.31
HSL 12.99º 0.81% 0.38% -
HSV(B) 12.99º 0.89% 0.69% -
XYZ 19.3 11.82 1.88 -
YUV 85.9 90.25 192.26 -
System Red Green Blue C M Y K H S L
Decimal 176 53 19 0 0.70 0.89 0.31 12.99 0.81 0.38
Hex B0 35 13 0 46 59 1F D 51 26
Octal 260 65 23 0 106 131 37 15 121 46
Binary 10110000 110101 10011 0 1000110 1011001 11111 1101 1010001 100110

Color Harmonies of #B03513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03513

Black with #B03513

Text Example


Text Example

White with #B03513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03513; }

 p { color: rgb(176,53,19); }

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

background-color css

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

 a { background-color: rgb(176,53,19); }

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

border-color css

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

 span { border-color: rgb(176,53,19); }

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