Html Css Color HEX #B64010 Rust

📋 copy color: '#B64010'

red 182 ◦ green 64 ◦ blue 16

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

Shades of Rust #B64010

Tints of Rust #B64010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.43%

 BLUE value IS 16 (6.64% from 255) = 6.11%

R = 69.47%
G = 24.43%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B64010 (or 0xB64010) is known color: Rust. HEX triplet: B6, 40 and 10. RGB value is (182,64,16). Sum of RGB (Red+Green+Blue) = 182+64+16=262 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.47% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 182 - color contains mainly: red. Hex color #B64010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64010 is #49BFEF. Grayscale: #5E5E5E. Windows color (decimal): -4833264 or 1065142. OLE color: 1065142.

HSL color Cylindrical-coordinate representation of color #B64010: hue angle of 17.35º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B64010 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 64 16 -
CMYK 0 0.65 0.91 0.29
HSL 17.35º 0.84% 0.39% -
HSV(B) 17.35º 0.91% 0.71% -
XYZ 21.22 13.65 2.01 -
YUV 93.81 84.09 190.9 -
System Red Green Blue C M Y K H S L
Decimal 182 64 16 0 0.65 0.91 0.29 17.35 0.84 0.39
Hex B6 40 10 0 41 5B 1D 11 54 27
Octal 266 100 20 0 101 133 35 21 124 47
Binary 10110110 1000000 10000 0 1000001 1011011 11101 10001 1010100 100111

Color Harmonies of #B64010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64010

Black with #B64010

Text Example


Text Example

White with #B64010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64010; }

 p { color: rgb(182,64,16); }

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

background-color css

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

 a { background-color: rgb(182,64,16); }

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

border-color css

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

 span { border-color: rgb(182,64,16); }

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