Html Css Color HEX #B64A0E Rust

📋 copy color: '#B64A0E'

red 182 ◦ green 74 ◦ blue 14

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

Shades of Rust #B64A0E

Tints of Rust #B64A0E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.41%

 BLUE value IS 14 (5.86% from 255) = 5.19%

R = 67.41%
G = 27.41%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B64A0E (or 0xB64A0E) is known color: Rust. HEX triplet: B6, 4A and 0E. RGB value is (182,74,14). Sum of RGB (Red+Green+Blue) = 182+74+14=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64A0E is #49B5F1. Grayscale: #636363. Windows color (decimal): -4830706 or 936630. OLE color: 936630.

HSL color Cylindrical-coordinate representation of color #B64A0E: hue angle of 21.43º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B64A0E is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 74 14 -
CMYK 0 0.59 0.92 0.29
HSL 21.43º 0.86% 0.38% -
HSV(B) 21.43º 0.92% 0.71% -
XYZ 21.82 14.87 2.14 -
YUV 99.45 79.78 186.88 -
System Red Green Blue C M Y K H S L
Decimal 182 74 14 0 0.59 0.92 0.29 21.43 0.86 0.38
Hex B6 4A E 0 3B 5C 1D 15 56 26
Octal 266 112 16 0 73 134 35 25 126 46
Binary 10110110 1001010 1110 0 111011 1011100 11101 10101 1010110 100110

Color Harmonies of #B64A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64A0E

Black with #B64A0E

Text Example


Text Example

White with #B64A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64A0E; }

 p { color: rgb(182,74,14); }

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

background-color css

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

 a { background-color: rgb(182,74,14); }

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

border-color css

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

 span { border-color: rgb(182,74,14); }

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