Html Css Color HEX #B64F1C Rust

📋 copy color: '#B64F1C'

red 182 ◦ green 79 ◦ blue 28

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

Shades of Rust #B64F1C

Tints of Rust #B64F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.69%

R = 62.98%
G = 27.34%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B64F1C (or 0xB64F1C) is known color: Rust. HEX triplet: B6, 4F and 1C. RGB value is (182,79,28). Sum of RGB (Red+Green+Blue) = 182+79+28=289 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.98% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64F1C is #49B0E3. Grayscale: #686868. Windows color (decimal): -4829412 or 1855414. OLE color: 1855414.

HSL color Cylindrical-coordinate representation of color #B64F1C: hue angle of 19.87º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B64F1C is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 79 28 -
CMYK 0 0.57 0.85 0.29
HSL 19.87º 0.73% 0.41% -
HSV(B) 19.87º 0.85% 0.71% -
XYZ 22.3 15.62 2.94 -
YUV 103.98 85.12 183.65 -
System Red Green Blue C M Y K H S L
Decimal 182 79 28 0 0.57 0.85 0.29 19.87 0.73 0.41
Hex B6 4F 1C 0 39 55 1D 14 49 29
Octal 266 117 34 0 71 125 35 24 111 51
Binary 10110110 1001111 11100 0 111001 1010101 11101 10100 1001001 101001

Color Harmonies of #B64F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64F1C

Black with #B64F1C

Text Example


Text Example

White with #B64F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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