Html Css Color HEX #B03911 Rust

📋 copy color: '#B03911'

red 176 ◦ green 57 ◦ blue 17

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

Shades of Rust #B03911

Tints of Rust #B03911

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.8%

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

R = 70.4%
G = 22.8%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B03911 (or 0xB03911) is known color: Rust. HEX triplet: B0, 39 and 11. RGB value is (176,57,17). Sum of RGB (Red+Green+Blue) = 176+57+17=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B03911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03911 is #4FC6EE. Grayscale: #585858. Windows color (decimal): -5228271 or 1128880. OLE color: 1128880.

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

Color convert

RGB 176 57 17 -
CMYK 0 0.68 0.90 0.31
HSL 15.09º 0.82% 0.38% -
HSV(B) 15.09º 0.9% 0.69% -
XYZ 19.47 12.2 1.86 -
YUV 88.02 87.92 190.75 -
System Red Green Blue C M Y K H S L
Decimal 176 57 17 0 0.68 0.90 0.31 15.09 0.82 0.38
Hex B0 39 11 0 44 5A 1F F 52 26
Octal 260 71 21 0 104 132 37 17 122 46
Binary 10110000 111001 10001 0 1000100 1011010 11111 1111 1010010 100110

Color Harmonies of #B03911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03911

Black with #B03911

Text Example


Text Example

White with #B03911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03911; }

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

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

background-color css

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

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

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

border-color css

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

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

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