Html Css Color HEX #B03611 Rust

📋 copy color: '#B03611'

red 176 ◦ green 54 ◦ blue 17

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

Shades of Rust #B03611

Tints of Rust #B03611

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.86%

 BLUE value IS 17 (7.03% from 255) = 6.88%

R = 71.26%
G = 21.86%
B = 6.88%

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

#B03611 (or 0xB03611) is known color: Rust. HEX triplet: B0, 36 and 11. RGB value is (176,54,17). Sum of RGB (Red+Green+Blue) = 176+54+17=247 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.26% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 176 - color contains mainly: red. Hex color #B03611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03611 is #4FC9EE. Grayscale: #565656. Windows color (decimal): -5229039 or 1128112. OLE color: 1128112.

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

Color convert

RGB 176 54 17 -
CMYK 0 0.69 0.90 0.31
HSL 13.96º 0.82% 0.38% -
HSV(B) 13.96º 0.9% 0.69% -
XYZ 19.32 11.91 1.81 -
YUV 86.26 88.92 192.01 -
System Red Green Blue C M Y K H S L
Decimal 176 54 17 0 0.69 0.90 0.31 13.96 0.82 0.38
Hex B0 36 11 0 45 5A 1F E 52 26
Octal 260 66 21 0 105 132 37 16 122 46
Binary 10110000 110110 10001 0 1000101 1011010 11111 1110 1010010 100110

Color Harmonies of #B03611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03611

Black with #B03611

Text Example


Text Example

White with #B03611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03611; }

 p { color: rgb(176,54,17); }

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

background-color css

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

 a { background-color: rgb(176,54,17); }

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

border-color css

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

 span { border-color: rgb(176,54,17); }

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