Html Css Color HEX #B64113 Rust

📋 copy color: '#B64113'

red 182 ◦ green 65 ◦ blue 19

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

Shades of Rust #B64113

Tints of Rust #B64113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.44%

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

R = 68.42%
G = 24.44%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B64113 (or 0xB64113) is known color: Rust. HEX triplet: B6, 41 and 13. RGB value is (182,65,19). Sum of RGB (Red+Green+Blue) = 182+65+19=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B64113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64113 is #49BEEC. Grayscale: #5F5F5F. Windows color (decimal): -4833005 or 1262006. OLE color: 1262006.

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

Color convert

RGB 182 65 19 -
CMYK 0 0.64 0.90 0.29
HSL 16.93º 0.81% 0.39% -
HSV(B) 16.93º 0.9% 0.71% -
XYZ 21.3 13.77 2.15 -
YUV 94.74 85.26 190.24 -
System Red Green Blue C M Y K H S L
Decimal 182 65 19 0 0.64 0.90 0.29 16.93 0.81 0.39
Hex B6 41 13 0 40 5A 1D 11 51 27
Octal 266 101 23 0 100 132 35 21 121 47
Binary 10110110 1000001 10011 0 1000000 1011010 11101 10001 1010001 100111

Color Harmonies of #B64113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64113

Black with #B64113

Text Example


Text Example

White with #B64113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64113; }

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

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

background-color css

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

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

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

border-color css

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

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

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