Html Css Color HEX #B03713 Rust

📋 copy color: '#B03713'

red 176 ◦ green 55 ◦ blue 19

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

Shades of Rust #B03713

Tints of Rust #B03713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22%

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

R = 70.4%
G = 22%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B03713 (or 0xB03713) is known color: Rust. HEX triplet: B0, 37 and 13. RGB value is (176,55,19). Sum of RGB (Red+Green+Blue) = 176+55+19=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B03713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03713 is #4FC8EC. Grayscale: #575757. Windows color (decimal): -5228781 or 1259440. OLE color: 1259440.

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

Color convert

RGB 176 55 19 -
CMYK 0 0.69 0.89 0.31
HSL 13.76º 0.81% 0.38% -
HSV(B) 13.76º 0.89% 0.69% -
XYZ 19.39 12.01 1.91 -
YUV 87.08 89.59 191.43 -
System Red Green Blue C M Y K H S L
Decimal 176 55 19 0 0.69 0.89 0.31 13.76 0.81 0.38
Hex B0 37 13 0 45 59 1F E 51 26
Octal 260 67 23 0 105 131 37 16 121 46
Binary 10110000 110111 10011 0 1000101 1011001 11111 1110 1010001 100110

Color Harmonies of #B03713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03713

Black with #B03713

Text Example


Text Example

White with #B03713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03713; }

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

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

background-color css

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

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

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

border-color css

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

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

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