Html Css Color HEX #B03013 Rust

📋 copy color: '#B03013'

red 176 ◦ green 48 ◦ blue 19

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

Shades of Rust #B03013

Tints of Rust #B03013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.75%

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

R = 72.43%
G = 19.75%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B03013 (or 0xB03013) is known color: Rust. HEX triplet: B0, 30 and 13. RGB value is (176,48,19). Sum of RGB (Red+Green+Blue) = 176+48+19=243 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.43% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 176 - color contains mainly: red. Hex color #B03013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03013 is #4FCFEC. Grayscale: #535353. Windows color (decimal): -5230573 or 1257648. OLE color: 1257648.

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

Color convert

RGB 176 48 19 -
CMYK 0 0.73 0.89 0.31
HSL 11.08º 0.81% 0.38% -
HSV(B) 11.08º 0.89% 0.69% -
XYZ 19.08 11.39 1.81 -
YUV 82.97 91.91 194.36 -
System Red Green Blue C M Y K H S L
Decimal 176 48 19 0 0.73 0.89 0.31 11.08 0.81 0.38
Hex B0 30 13 0 49 59 1F B 51 26
Octal 260 60 23 0 111 131 37 13 121 46
Binary 10110000 110000 10011 0 1001001 1011001 11111 1011 1010001 100110

Color Harmonies of #B03013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03013

Black with #B03013

Text Example


Text Example

White with #B03013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03013; }

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

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

background-color css

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

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

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

border-color css

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

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

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