Html Css Color HEX #B64001 Rust

📋 copy color: '#B64001'

red 182 ◦ green 64 ◦ blue 1

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

Shades of Rust #B64001

Tints of Rust #B64001

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.91%

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

R = 73.68%
G = 25.91%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B64001 (or 0xB64001) is known color: Rust. HEX triplet: B6, 40 and 01. RGB value is (182,64,1). Sum of RGB (Red+Green+Blue) = 182+64+1=247 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.68% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 182 - color contains mainly: red. Hex color #B64001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64001 is #49BFFE. Grayscale: #5C5C5C. Windows color (decimal): -4833279 or 82102. OLE color: 82102.

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

Color convert

RGB 182 64 1 -
CMYK 0 0.65 0.99 0.29
HSL 20.88º 0.99% 0.36% -
HSV(B) 20.88º 0.99% 0.71% -
XYZ 21.13 13.61 1.54 -
YUV 92.1 76.59 192.12 -
System Red Green Blue C M Y K H S L
Decimal 182 64 1 0 0.65 0.99 0.29 20.88 0.99 0.36
Hex B6 40 1 0 41 63 1D 15 63 24
Octal 266 100 1 0 101 143 35 25 143 44
Binary 10110110 1000000 1 0 1000001 1100011 11101 10101 1100011 100100

Color Harmonies of #B64001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64001

Black with #B64001

Text Example


Text Example

White with #B64001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64001; }

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

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

background-color css

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

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

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

border-color css

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

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

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