Html Css Color HEX #B64801 Rust

📋 copy color: '#B64801'

red 182 ◦ green 72 ◦ blue 1

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

Shades of Rust #B64801

Tints of Rust #B64801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 71.37%
G = 28.24%
B = 0.39%

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

#B64801 (or 0xB64801) is known color: Rust. HEX triplet: B6, 48 and 01. RGB value is (182,72,1). Sum of RGB (Red+Green+Blue) = 182+72+1=255 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.37% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 182 - color contains mainly: red. Hex color #B64801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64801 is #49B7FE. Grayscale: #616161. Windows color (decimal): -4831231 or 84150. OLE color: 84150.

HSL color Cylindrical-coordinate representation of color #B64801: hue angle of 23.54º degrees, saturation: 0.99, 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 #B64801 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 72 1 -
CMYK 0 0.60 0.99 0.29
HSL 23.54º 0.99% 0.36% -
HSV(B) 23.54º 0.99% 0.71% -
XYZ 21.61 14.58 1.7 -
YUV 96.8 73.94 188.77 -
System Red Green Blue C M Y K H S L
Decimal 182 72 1 0 0.60 0.99 0.29 23.54 0.99 0.36
Hex B6 48 1 0 3C 63 1D 18 63 24
Octal 266 110 1 0 74 143 35 30 143 44
Binary 10110110 1001000 1 0 111100 1100011 11101 11000 1100011 100100

Color Harmonies of #B64801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64801

Black with #B64801

Text Example


Text Example

White with #B64801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64801; }

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

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

background-color css

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

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

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

border-color css

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

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

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