Html Css Color HEX #B64803 Rust

📋 copy color: '#B64803'

red 182 ◦ green 72 ◦ blue 3

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

Shades of Rust #B64803

Tints of Rust #B64803

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.02%

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 70.82%
G = 28.02%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B64803 (or 0xB64803) is known color: Rust. HEX triplet: B6, 48 and 03. RGB value is (182,72,3). Sum of RGB (Red+Green+Blue) = 182+72+3=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B64803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64803 is #49B7FC. Grayscale: #616161. Windows color (decimal): -4831229 or 215222. OLE color: 215222.

HSL color Cylindrical-coordinate representation of color #B64803: hue angle of 23.13º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B64803 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 72 3 -
CMYK 0 0.60 0.98 0.29
HSL 23.13º 0.97% 0.36% -
HSV(B) 23.13º 0.98% 0.71% -
XYZ 21.63 14.59 1.76 -
YUV 97.02 74.94 188.61 -
System Red Green Blue C M Y K H S L
Decimal 182 72 3 0 0.60 0.98 0.29 23.13 0.97 0.36
Hex B6 48 3 0 3C 62 1D 17 61 24
Octal 266 110 3 0 74 142 35 27 141 44
Binary 10110110 1001000 11 0 111100 1100010 11101 10111 1100001 100100

Color Harmonies of #B64803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64803

Black with #B64803

Text Example


Text Example

White with #B64803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64803; }

 p { color: rgb(182,72,3); }

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

background-color css

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

 a { background-color: rgb(182,72,3); }

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

border-color css

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

 span { border-color: rgb(182,72,3); }

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