Html Css Color HEX #B64314 Rust

📋 copy color: '#B64314'

red 182 ◦ green 67 ◦ blue 20

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

Shades of Rust #B64314

Tints of Rust #B64314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.91%

 BLUE value IS 20 (8.2% from 255) = 7.43%

R = 67.66%
G = 24.91%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B64314 (or 0xB64314) is known color: Rust. HEX triplet: B6, 43 and 14. RGB value is (182,67,20). Sum of RGB (Red+Green+Blue) = 182+67+20=269 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.66% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 182 - color contains mainly: red. Hex color #B64314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64314 is #49BCEB. Grayscale: #606060. Windows color (decimal): -4832492 or 1328054. OLE color: 1328054.

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

Color convert

RGB 182 67 20 -
CMYK 0 0.63 0.89 0.29
HSL 17.41º 0.8% 0.4% -
HSV(B) 17.41º 0.89% 0.71% -
XYZ 21.42 14.01 2.24 -
YUV 96.03 85.1 189.32 -
System Red Green Blue C M Y K H S L
Decimal 182 67 20 0 0.63 0.89 0.29 17.41 0.8 0.4
Hex B6 43 14 0 3F 59 1D 11 50 28
Octal 266 103 24 0 77 131 35 21 120 50
Binary 10110110 1000011 10100 0 111111 1011001 11101 10001 1010000 101000

Color Harmonies of #B64314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64314

Black with #B64314

Text Example


Text Example

White with #B64314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64314; }

 p { color: rgb(182,67,20); }

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

background-color css

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

 a { background-color: rgb(182,67,20); }

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

border-color css

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

 span { border-color: rgb(182,67,20); }

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