Html Css Color HEX #B64802 Rust

📋 copy color: '#B64802'

red 182 ◦ green 72 ◦ blue 2

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

Shades of Rust #B64802

Tints of Rust #B64802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 71.09%
G = 28.13%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B64802 (or 0xB64802) is known color: Rust. HEX triplet: B6, 48 and 02. RGB value is (182,72,2). Sum of RGB (Red+Green+Blue) = 182+72+2=256 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.09% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 182 - color contains mainly: red. Hex color #B64802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64802 is #49B7FD. Grayscale: #616161. Windows color (decimal): -4831230 or 149686. OLE color: 149686.

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

Color convert

RGB 182 72 2 -
CMYK 0 0.60 0.99 0.29
HSL 23.33º 0.98% 0.36% -
HSV(B) 23.33º 0.99% 0.71% -
XYZ 21.62 14.58 1.73 -
YUV 96.91 74.44 188.69 -
System Red Green Blue C M Y K H S L
Decimal 182 72 2 0 0.60 0.99 0.29 23.33 0.98 0.36
Hex B6 48 2 0 3C 63 1D 17 62 24
Octal 266 110 2 0 74 143 35 27 142 44
Binary 10110110 1001000 10 0 111100 1100011 11101 10111 1100010 100100

Color Harmonies of #B64802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64802

Black with #B64802

Text Example


Text Example

White with #B64802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64802; }

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

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

background-color css

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

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

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

border-color css

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

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

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