Html Css Color HEX #B63912 Rust

📋 copy color: '#B63912'

red 182 ◦ green 57 ◦ blue 18

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

Shades of Rust #B63912

Tints of Rust #B63912

RGB

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

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

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

R = 70.82%
G = 22.18%
B = 7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B63912 (or 0xB63912) is known color: Rust. HEX triplet: B6, 39 and 12. RGB value is (182,57,18). Sum of RGB (Red+Green+Blue) = 182+57+18=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B63912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63912 is #49C6ED. Grayscale: #5A5A5A. Windows color (decimal): -4835054 or 1194422. OLE color: 1194422.

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

Color convert

RGB 182 57 18 -
CMYK 0 0.69 0.90 0.29
HSL 14.27º 0.82% 0.39% -
HSV(B) 14.27º 0.9% 0.71% -
XYZ 20.86 12.92 1.97 -
YUV 89.93 87.41 193.67 -
System Red Green Blue C M Y K H S L
Decimal 182 57 18 0 0.69 0.90 0.29 14.27 0.82 0.39
Hex B6 39 12 0 45 5A 1D E 52 27
Octal 266 71 22 0 105 132 35 16 122 47
Binary 10110110 111001 10010 0 1000101 1011010 11101 1110 1010010 100111

Color Harmonies of #B63912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63912

Black with #B63912

Text Example


Text Example

White with #B63912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63912; }

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

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

background-color css

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

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

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

border-color css

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

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

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