Html Css Color HEX #B03710 Rust

📋 copy color: '#B03710'

red 176 ◦ green 55 ◦ blue 16

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

Shades of Rust #B03710

Tints of Rust #B03710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.48%

R = 71.26%
G = 22.27%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B03710 (or 0xB03710) is known color: Rust. HEX triplet: B0, 37 and 10. RGB value is (176,55,16). Sum of RGB (Red+Green+Blue) = 176+55+16=247 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.26% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 176 - color contains mainly: red. Hex color #B03710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03710 is #4FC8EF. Grayscale: #575757. Windows color (decimal): -5228784 or 1062832. OLE color: 1062832.

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

Color convert

RGB 176 55 16 -
CMYK 0 0.69 0.91 0.31
HSL 14.63º 0.83% 0.38% -
HSV(B) 14.63º 0.91% 0.69% -
XYZ 19.36 12 1.79 -
YUV 86.73 88.09 191.67 -
System Red Green Blue C M Y K H S L
Decimal 176 55 16 0 0.69 0.91 0.31 14.63 0.83 0.38
Hex B0 37 10 0 45 5B 1F F 53 26
Octal 260 67 20 0 105 133 37 17 123 46
Binary 10110000 110111 10000 0 1000101 1011011 11111 1111 1010011 100110

Color Harmonies of #B03710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03710

Black with #B03710

Text Example


Text Example

White with #B03710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03710; }

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

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

background-color css

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

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

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

border-color css

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

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

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