Html Css Color HEX #B64208 Rust

📋 copy color: '#B64208'

red 182 ◦ green 66 ◦ blue 8

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

Shades of Rust #B64208

Tints of Rust #B64208

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.78%

 BLUE value IS 8 (3.52% from 255) = 3.13%

R = 71.09%
G = 25.78%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B64208 (or 0xB64208) is known color: Rust. HEX triplet: B6, 42 and 08. RGB value is (182,66,8). Sum of RGB (Red+Green+Blue) = 182+66+8=256 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.09% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 182 - color contains mainly: red. Hex color #B64208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64208 is #49BDF7. Grayscale: #5E5E5E. Windows color (decimal): -4832760 or 541366. OLE color: 541366.

HSL color Cylindrical-coordinate representation of color #B64208: hue angle of 20º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B64208 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 66 8 -
CMYK 0 0.64 0.96 0.29
HSL 20º 0.92% 0.37% -
HSV(B) 20º 0.96% 0.71% -
XYZ 21.28 13.86 1.78 -
YUV 94.07 79.43 190.72 -
System Red Green Blue C M Y K H S L
Decimal 182 66 8 0 0.64 0.96 0.29 20 0.92 0.37
Hex B6 42 8 0 40 60 1D 14 5C 25
Octal 266 102 10 0 100 140 35 24 134 45
Binary 10110110 1000010 1000 0 1000000 1100000 11101 10100 1011100 100101

Color Harmonies of #B64208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64208

Black with #B64208

Text Example


Text Example

White with #B64208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64208; }

 p { color: rgb(182,66,8); }

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

background-color css

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

 a { background-color: rgb(182,66,8); }

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

border-color css

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

 span { border-color: rgb(182,66,8); }

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