Html Css Color HEX #B63612 Rust

📋 copy color: '#B63612'

red 182 ◦ green 54 ◦ blue 18

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

Shades of Rust #B63612

Tints of Rust #B63612

RGB

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

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

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

R = 71.65%
G = 21.26%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B63612 (or 0xB63612) is known color: Rust. HEX triplet: B6, 36 and 12. RGB value is (182,54,18). Sum of RGB (Red+Green+Blue) = 182+54+18=254 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.65% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 182 - color contains mainly: red. Hex color #B63612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63612 is #49C9ED. Grayscale: #585858. Windows color (decimal): -4835822 or 1193654. OLE color: 1193654.

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

Color convert

RGB 182 54 18 -
CMYK 0 0.70 0.90 0.29
HSL 13.17º 0.82% 0.39% -
HSV(B) 13.17º 0.9% 0.71% -
XYZ 20.72 12.63 1.92 -
YUV 88.17 88.41 194.93 -
System Red Green Blue C M Y K H S L
Decimal 182 54 18 0 0.70 0.90 0.29 13.17 0.82 0.39
Hex B6 36 12 0 46 5A 1D D 52 27
Octal 266 66 22 0 106 132 35 15 122 47
Binary 10110110 110110 10010 0 1000110 1011010 11101 1101 1010010 100111

Color Harmonies of #B63612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63612

Black with #B63612

Text Example


Text Example

White with #B63612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63612; }

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

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

background-color css

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

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

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

border-color css

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

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

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