Html Css Color HEX #B64B0E Rust

📋 copy color: '#B64B0E'

red 182 ◦ green 75 ◦ blue 14

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

Shades of Rust #B64B0E

Tints of Rust #B64B0E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.68%

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

R = 67.16%
G = 27.68%
B = 5.17%

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

#B64B0E (or 0xB64B0E) is known color: Rust. HEX triplet: B6, 4B and 0E. RGB value is (182,75,14). Sum of RGB (Red+Green+Blue) = 182+75+14=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B64B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64B0E is #49B4F1. Grayscale: #646464. Windows color (decimal): -4830450 or 936886. OLE color: 936886.

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

Color convert

RGB 182 75 14 -
CMYK 0 0.59 0.92 0.29
HSL 21.79º 0.86% 0.38% -
HSV(B) 21.79º 0.92% 0.71% -
XYZ 21.89 15.01 2.16 -
YUV 100.04 79.45 186.46 -
System Red Green Blue C M Y K H S L
Decimal 182 75 14 0 0.59 0.92 0.29 21.79 0.86 0.38
Hex B6 4B E 0 3B 5C 1D 16 56 26
Octal 266 113 16 0 73 134 35 26 126 46
Binary 10110110 1001011 1110 0 111011 1011100 11101 10110 1010110 100110

Color Harmonies of #B64B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64B0E

Black with #B64B0E

Text Example


Text Example

White with #B64B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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