Html Css Color HEX #B63812 Rust

📋 copy color: '#B63812'

red 182 ◦ green 56 ◦ blue 18

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

Shades of Rust #B63812

Tints of Rust #B63812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.88%

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

R = 71.09%
G = 21.88%
B = 7.03%

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

#B63812 (or 0xB63812) is known color: Rust. HEX triplet: B6, 38 and 12. RGB value is (182,56,18). Sum of RGB (Red+Green+Blue) = 182+56+18=256 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.09% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 182 - color contains mainly: red. Hex color #B63812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63812 is #49C7ED. Grayscale: #595959. Windows color (decimal): -4835310 or 1194166. OLE color: 1194166.

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

Color convert

RGB 182 56 18 -
CMYK 0 0.69 0.90 0.29
HSL 13.9º 0.82% 0.39% -
HSV(B) 13.9º 0.9% 0.71% -
XYZ 20.81 12.82 1.95 -
YUV 89.34 87.74 194.09 -
System Red Green Blue C M Y K H S L
Decimal 182 56 18 0 0.69 0.90 0.29 13.9 0.82 0.39
Hex B6 38 12 0 45 5A 1D E 52 27
Octal 266 70 22 0 105 132 35 16 122 47
Binary 10110110 111000 10010 0 1000101 1011010 11101 1110 1010010 100111

Color Harmonies of #B63812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63812

Black with #B63812

Text Example


Text Example

White with #B63812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63812; }

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

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

background-color css

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

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

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

border-color css

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

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

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