Html Css Color HEX #B64602 Rust

📋 copy color: '#B64602'

red 182 ◦ green 70 ◦ blue 2

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

Shades of Rust #B64602

Tints of Rust #B64602

RGB

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

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

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

R = 71.65%
G = 27.56%
B = 0.79%

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

#B64602 (or 0xB64602) is known color: Rust. HEX triplet: B6, 46 and 02. RGB value is (182,70,2). Sum of RGB (Red+Green+Blue) = 182+70+2=254 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.65% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 182 - color contains mainly: red. Hex color #B64602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64602 is #49B9FD. Grayscale: #606060. Windows color (decimal): -4831742 or 149174. OLE color: 149174.

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

Color convert

RGB 182 70 2 -
CMYK 0 0.62 0.99 0.29
HSL 22.67º 0.98% 0.36% -
HSV(B) 22.67º 0.99% 0.71% -
XYZ 21.49 14.33 1.69 -
YUV 95.74 75.11 189.53 -
System Red Green Blue C M Y K H S L
Decimal 182 70 2 0 0.62 0.99 0.29 22.67 0.98 0.36
Hex B6 46 2 0 3E 63 1D 17 62 24
Octal 266 106 2 0 76 143 35 27 142 44
Binary 10110110 1000110 10 0 111110 1100011 11101 10111 1100010 100100

Color Harmonies of #B64602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64602

Black with #B64602

Text Example


Text Example

White with #B64602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64602; }

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

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

background-color css

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

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

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

border-color css

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

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

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