Html Css Color HEX #B64607 Rust

📋 copy color: '#B64607'

red 182 ◦ green 70 ◦ blue 7

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

Shades of Rust #B64607

Tints of Rust #B64607

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.03%

 BLUE value IS 7 (3.13% from 255) = 2.7%

R = 70.27%
G = 27.03%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B64607 (or 0xB64607) is known color: Rust. HEX triplet: B6, 46 and 07. RGB value is (182,70,7). Sum of RGB (Red+Green+Blue) = 182+70+7=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B64607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64607 is #49B9F8. Grayscale: #606060. Windows color (decimal): -4831737 or 476854. OLE color: 476854.

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

Color convert

RGB 182 70 7 -
CMYK 0 0.62 0.96 0.29
HSL 21.6º 0.93% 0.37% -
HSV(B) 21.6º 0.96% 0.71% -
XYZ 21.52 14.34 1.83 -
YUV 96.31 77.61 189.12 -
System Red Green Blue C M Y K H S L
Decimal 182 70 7 0 0.62 0.96 0.29 21.6 0.93 0.37
Hex B6 46 7 0 3E 60 1D 16 5D 25
Octal 266 106 7 0 76 140 35 26 135 45
Binary 10110110 1000110 111 0 111110 1100000 11101 10110 1011101 100101

Color Harmonies of #B64607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64607

Black with #B64607

Text Example


Text Example

White with #B64607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64607; }

 p { color: rgb(182,70,7); }

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

background-color css

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

 a { background-color: rgb(182,70,7); }

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

border-color css

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

 span { border-color: rgb(182,70,7); }

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