Html Css Color HEX #B64407 Rust

📋 copy color: '#B64407'

red 182 ◦ green 68 ◦ blue 7

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

Shades of Rust #B64407

Tints of Rust #B64407

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.46%

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

R = 70.82%
G = 26.46%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B64407 (or 0xB64407) is known color: Rust. HEX triplet: B6, 44 and 07. RGB value is (182,68,7). Sum of RGB (Red+Green+Blue) = 182+68+7=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B64407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64407 is #49BBF8. Grayscale: #5F5F5F. Windows color (decimal): -4832249 or 476342. OLE color: 476342.

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

Color convert

RGB 182 68 7 -
CMYK 0 0.63 0.96 0.29
HSL 20.91º 0.93% 0.37% -
HSV(B) 20.91º 0.96% 0.71% -
XYZ 21.4 14.09 1.79 -
YUV 95.13 78.27 189.96 -
System Red Green Blue C M Y K H S L
Decimal 182 68 7 0 0.63 0.96 0.29 20.91 0.93 0.37
Hex B6 44 7 0 3F 60 1D 15 5D 25
Octal 266 104 7 0 77 140 35 25 135 45
Binary 10110110 1000100 111 0 111111 1100000 11101 10101 1011101 100101

Color Harmonies of #B64407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64407

Black with #B64407

Text Example


Text Example

White with #B64407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64407; }

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

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

background-color css

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

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

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

border-color css

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

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

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