Html Css Color HEX #B64808 Rust

📋 copy color: '#B64808'

red 182 ◦ green 72 ◦ blue 8

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

Shades of Rust #B64808

Tints of Rust #B64808

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.48%

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

R = 69.47%
G = 27.48%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B64808 (or 0xB64808) is known color: Rust. HEX triplet: B6, 48 and 08. RGB value is (182,72,8). Sum of RGB (Red+Green+Blue) = 182+72+8=262 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.47% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 182 - color contains mainly: red. Hex color #B64808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64808 is #49B7F7. Grayscale: #616161. Windows color (decimal): -4831224 or 542902. OLE color: 542902.

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

Color convert

RGB 182 72 8 -
CMYK 0 0.60 0.96 0.29
HSL 22.07º 0.92% 0.37% -
HSV(B) 22.07º 0.96% 0.71% -
XYZ 21.65 14.6 1.91 -
YUV 97.59 77.44 188.2 -
System Red Green Blue C M Y K H S L
Decimal 182 72 8 0 0.60 0.96 0.29 22.07 0.92 0.37
Hex B6 48 8 0 3C 60 1D 16 5C 25
Octal 266 110 10 0 74 140 35 26 134 45
Binary 10110110 1001000 1000 0 111100 1100000 11101 10110 1011100 100101

Color Harmonies of #B64808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64808

Black with #B64808

Text Example


Text Example

White with #B64808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64808; }

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

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

background-color css

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

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

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

border-color css

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

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

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