Html Css Color HEX #B64312 Rust

📋 copy color: '#B64312'

red 182 ◦ green 67 ◦ blue 18

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

Shades of Rust #B64312

Tints of Rust #B64312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.09%

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

R = 68.16%
G = 25.09%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B64312 (or 0xB64312) is known color: Rust. HEX triplet: B6, 43 and 12. RGB value is (182,67,18). Sum of RGB (Red+Green+Blue) = 182+67+18=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B64312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64312 is #49BCED. Grayscale: #606060. Windows color (decimal): -4832494 or 1196982. OLE color: 1196982.

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

Color convert

RGB 182 67 18 -
CMYK 0 0.63 0.90 0.29
HSL 17.93º 0.82% 0.39% -
HSV(B) 17.93º 0.9% 0.71% -
XYZ 21.41 14 2.15 -
YUV 95.8 84.1 189.48 -
System Red Green Blue C M Y K H S L
Decimal 182 67 18 0 0.63 0.90 0.29 17.93 0.82 0.39
Hex B6 43 12 0 3F 5A 1D 12 52 27
Octal 266 103 22 0 77 132 35 22 122 47
Binary 10110110 1000011 10010 0 111111 1011010 11101 10010 1010010 100111

Color Harmonies of #B64312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64312

Black with #B64312

Text Example


Text Example

White with #B64312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64312; }

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

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

background-color css

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

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

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

border-color css

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

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

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