Html Css Color HEX #B64C18 Rust

📋 copy color: '#B64C18'

red 182 ◦ green 76 ◦ blue 24

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

Shades of Rust #B64C18

Tints of Rust #B64C18

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.95%

 BLUE value IS 24 (9.77% from 255) = 8.51%

R = 64.54%
G = 26.95%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B64C18 (or 0xB64C18) is known color: Rust. HEX triplet: B6, 4C and 18. RGB value is (182,76,24). Sum of RGB (Red+Green+Blue) = 182+76+24=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64C18 is #49B3E7. Grayscale: #666666. Windows color (decimal): -4830184 or 1592502. OLE color: 1592502.

HSL color Cylindrical-coordinate representation of color #B64C18: hue angle of 19.75º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B64C18 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 76 24 -
CMYK 0 0.58 0.87 0.29
HSL 19.75º 0.77% 0.4% -
HSV(B) 19.75º 0.87% 0.71% -
XYZ 22.04 15.18 2.63 -
YUV 101.77 84.12 185.23 -
System Red Green Blue C M Y K H S L
Decimal 182 76 24 0 0.58 0.87 0.29 19.75 0.77 0.4
Hex B6 4C 18 0 3A 57 1D 14 4D 28
Octal 266 114 30 0 72 127 35 24 115 50
Binary 10110110 1001100 11000 0 111010 1010111 11101 10100 1001101 101000

Color Harmonies of #B64C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C18

Black with #B64C18

Text Example


Text Example

White with #B64C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C18; }

 p { color: rgb(182,76,24); }

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

background-color css

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

 a { background-color: rgb(182,76,24); }

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

border-color css

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

 span { border-color: rgb(182,76,24); }

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