Html Css Color HEX #B64601 Rust

📋 copy color: '#B64601'

red 182 ◦ green 70 ◦ blue 1

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

Shades of Rust #B64601

Tints of Rust #B64601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.67%

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

R = 71.94%
G = 27.67%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B64601 (or 0xB64601) is known color: Rust. HEX triplet: B6, 46 and 01. RGB value is (182,70,1). Sum of RGB (Red+Green+Blue) = 182+70+1=253 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.94% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 182 - color contains mainly: red. Hex color #B64601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64601 is #49B9FE. Grayscale: #606060. Windows color (decimal): -4831743 or 83638. OLE color: 83638.

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

Color convert

RGB 182 70 1 -
CMYK 0 0.62 0.99 0.29
HSL 22.87º 0.99% 0.36% -
HSV(B) 22.87º 0.99% 0.71% -
XYZ 21.49 14.33 1.66 -
YUV 95.62 74.61 189.61 -
System Red Green Blue C M Y K H S L
Decimal 182 70 1 0 0.62 0.99 0.29 22.87 0.99 0.36
Hex B6 46 1 0 3E 63 1D 17 63 24
Octal 266 106 1 0 76 143 35 27 143 44
Binary 10110110 1000110 1 0 111110 1100011 11101 10111 1100011 100100

Color Harmonies of #B64601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64601

Black with #B64601

Text Example


Text Example

White with #B64601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64601; }

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

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

background-color css

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

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

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

border-color css

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

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

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