Html Css Color HEX #B63112 Rust

📋 copy color: '#B63112'

red 182 ◦ green 49 ◦ blue 18

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

Shades of Rust #B63112

Tints of Rust #B63112

RGB

 RED value IS 182 (71.48% from 255) = 73.09%

 GREEN value IS 49 (19.53% from 255) = 19.68%

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

R = 73.09%
G = 19.68%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B63112 (or 0xB63112) is known color: Rust. HEX triplet: B6, 31 and 12. RGB value is (182,49,18). Sum of RGB (Red+Green+Blue) = 182+49+18=249 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.09% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 182 - color contains mainly: red. Hex color #B63112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63112 is #49CEED. Grayscale: #555555. Windows color (decimal): -4837102 or 1192374. OLE color: 1192374.

HSL color Cylindrical-coordinate representation of color #B63112: hue angle of 11.34º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B63112 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 49 18 -
CMYK 0 0.73 0.90 0.29
HSL 11.34º 0.82% 0.39% -
HSV(B) 11.34º 0.9% 0.71% -
XYZ 20.5 12.19 1.84 -
YUV 85.23 90.06 197.02 -
System Red Green Blue C M Y K H S L
Decimal 182 49 18 0 0.73 0.90 0.29 11.34 0.82 0.39
Hex B6 31 12 0 49 5A 1D B 52 27
Octal 266 61 22 0 111 132 35 13 122 47
Binary 10110110 110001 10010 0 1001001 1011010 11101 1011 1010010 100111

Color Harmonies of #B63112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63112

Black with #B63112

Text Example


Text Example

White with #B63112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63112; }

 p { color: rgb(182,49,18); }

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

background-color css

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

 a { background-color: rgb(182,49,18); }

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

border-color css

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

 span { border-color: rgb(182,49,18); }

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