Html Css Color HEX #B64415 Rust

📋 copy color: '#B64415'

red 182 ◦ green 68 ◦ blue 21

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

Shades of Rust #B64415

Tints of Rust #B64415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.75%

R = 67.16%
G = 25.09%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B64415 (or 0xB64415) is known color: Rust. HEX triplet: B6, 44 and 15. RGB value is (182,68,21). Sum of RGB (Red+Green+Blue) = 182+68+21=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B64415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64415 is #49BBEA. Grayscale: #616161. Windows color (decimal): -4832235 or 1393846. OLE color: 1393846.

HSL color Cylindrical-coordinate representation of color #B64415: hue angle of 17.52º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B64415 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 68 21 -
CMYK 0 0.63 0.88 0.29
HSL 17.52º 0.79% 0.4% -
HSV(B) 17.52º 0.88% 0.71% -
XYZ 21.49 14.13 2.3 -
YUV 96.73 85.27 188.82 -
System Red Green Blue C M Y K H S L
Decimal 182 68 21 0 0.63 0.88 0.29 17.52 0.79 0.4
Hex B6 44 15 0 3F 58 1D 12 4F 28
Octal 266 104 25 0 77 130 35 22 117 50
Binary 10110110 1000100 10101 0 111111 1011000 11101 10010 1001111 101000

Color Harmonies of #B64415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64415

Black with #B64415

Text Example


Text Example

White with #B64415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64415; }

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

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

background-color css

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

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

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

border-color css

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

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

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