Html Css Color HEX #B64F10 Rust

📋 copy color: '#B64F10'

red 182 ◦ green 79 ◦ blue 16

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

Shades of Rust #B64F10

Tints of Rust #B64F10

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.52%

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

R = 65.7%
G = 28.52%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B64F10 (or 0xB64F10) is known color: Rust. HEX triplet: B6, 4F and 10. RGB value is (182,79,16). Sum of RGB (Red+Green+Blue) = 182+79+16=277 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.70% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64F10 is #49B0EF. Grayscale: #666666. Windows color (decimal): -4829424 or 1068982. OLE color: 1068982.

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

Color convert

RGB 182 79 16 -
CMYK 0 0.57 0.91 0.29
HSL 22.77º 0.84% 0.39% -
HSV(B) 22.77º 0.91% 0.71% -
XYZ 22.18 15.57 2.33 -
YUV 102.62 79.12 184.62 -
System Red Green Blue C M Y K H S L
Decimal 182 79 16 0 0.57 0.91 0.29 22.77 0.84 0.39
Hex B6 4F 10 0 39 5B 1D 17 54 27
Octal 266 117 20 0 71 133 35 27 124 47
Binary 10110110 1001111 10000 0 111001 1011011 11101 10111 1010100 100111

Color Harmonies of #B64F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64F10

Black with #B64F10

Text Example


Text Example

White with #B64F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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