Html Css Color HEX #B03712 Rust

📋 copy color: '#B03712'

red 176 ◦ green 55 ◦ blue 18

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

Shades of Rust #B03712

Tints of Rust #B03712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.23%

R = 70.68%
G = 22.09%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B03712 (or 0xB03712) is known color: Rust. HEX triplet: B0, 37 and 12. RGB value is (176,55,18). Sum of RGB (Red+Green+Blue) = 176+55+18=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B03712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03712 is #4FC8ED. Grayscale: #575757. Windows color (decimal): -5228782 or 1193904. OLE color: 1193904.

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

Color convert

RGB 176 55 18 -
CMYK 0 0.69 0.90 0.31
HSL 14.05º 0.81% 0.38% -
HSV(B) 14.05º 0.9% 0.69% -
XYZ 19.38 12.01 1.87 -
YUV 86.96 89.09 191.51 -
System Red Green Blue C M Y K H S L
Decimal 176 55 18 0 0.69 0.90 0.31 14.05 0.81 0.38
Hex B0 37 12 0 45 5A 1F E 51 26
Octal 260 67 22 0 105 132 37 16 121 46
Binary 10110000 110111 10010 0 1000101 1011010 11111 1110 1010001 100110

Color Harmonies of #B03712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03712

Black with #B03712

Text Example


Text Example

White with #B03712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03712; }

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

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

background-color css

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

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

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

border-color css

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

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

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