Html Css Color HEX #B64E0D Rust

📋 copy color: '#B64E0D'

red 182 ◦ green 78 ◦ blue 13

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

Shades of Rust #B64E0D

Tints of Rust #B64E0D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.57%

 BLUE value IS 13 (5.47% from 255) = 4.76%

R = 66.67%
G = 28.57%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B64E0D (or 0xB64E0D) is known color: Rust. HEX triplet: B6, 4E and 0D. RGB value is (182,78,13). Sum of RGB (Red+Green+Blue) = 182+78+13=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64E0D is #49B1F2. Grayscale: #666666. Windows color (decimal): -4829683 or 872118. OLE color: 872118.

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

Color convert

RGB 182 78 13 -
CMYK 0 0.57 0.93 0.29
HSL 23.08º 0.87% 0.38% -
HSV(B) 23.08º 0.93% 0.71% -
XYZ 22.09 15.42 2.19 -
YUV 101.69 77.96 185.29 -
System Red Green Blue C M Y K H S L
Decimal 182 78 13 0 0.57 0.93 0.29 23.08 0.87 0.38
Hex B6 4E D 0 39 5D 1D 17 57 26
Octal 266 116 15 0 71 135 35 27 127 46
Binary 10110110 1001110 1101 0 111001 1011101 11101 10111 1010111 100110

Color Harmonies of #B64E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64E0D

Black with #B64E0D

Text Example


Text Example

White with #B64E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64E0D; }

 p { color: rgb(182,78,13); }

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

background-color css

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

 a { background-color: rgb(182,78,13); }

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

border-color css

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

 span { border-color: rgb(182,78,13); }

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