Html Css Color HEX #B64813 Rust

📋 copy color: '#B64813'

red 182 ◦ green 72 ◦ blue 19

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

Shades of Rust #B64813

Tints of Rust #B64813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.96%

R = 66.67%
G = 26.37%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B64813 (or 0xB64813) is known color: Rust. HEX triplet: B6, 48 and 13. RGB value is (182,72,19). Sum of RGB (Red+Green+Blue) = 182+72+19=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B64813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64813 is #49B7EC. Grayscale: #636363. Windows color (decimal): -4831213 or 1263798. OLE color: 1263798.

HSL color Cylindrical-coordinate representation of color #B64813: hue angle of 19.51º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B64813 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 72 19 -
CMYK 0 0.60 0.90 0.29
HSL 19.51º 0.81% 0.39% -
HSV(B) 19.51º 0.9% 0.71% -
XYZ 21.73 14.63 2.29 -
YUV 98.85 82.94 187.31 -
System Red Green Blue C M Y K H S L
Decimal 182 72 19 0 0.60 0.90 0.29 19.51 0.81 0.39
Hex B6 48 13 0 3C 5A 1D 14 51 27
Octal 266 110 23 0 74 132 35 24 121 47
Binary 10110110 1001000 10011 0 111100 1011010 11101 10100 1010001 100111

Color Harmonies of #B64813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64813

Black with #B64813

Text Example


Text Example

White with #B64813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64813; }

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

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

background-color css

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

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

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

border-color css

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

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

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