Html Css Color HEX #B64402 Rust

📋 copy color: '#B64402'

red 182 ◦ green 68 ◦ blue 2

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

Shades of Rust #B64402

Tints of Rust #B64402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.98%

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

R = 72.22%
G = 26.98%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B64402 (or 0xB64402) is known color: Rust. HEX triplet: B6, 44 and 02. RGB value is (182,68,2). Sum of RGB (Red+Green+Blue) = 182+68+2=252 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.22% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 182 - color contains mainly: red. Hex color #B64402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64402 is #49BBFD. Grayscale: #5E5E5E. Windows color (decimal): -4832254 or 148662. OLE color: 148662.

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

Color convert

RGB 182 68 2 -
CMYK 0 0.63 0.99 0.29
HSL 22º 0.98% 0.36% -
HSV(B) 22º 0.99% 0.71% -
XYZ 21.37 14.08 1.65 -
YUV 94.56 75.77 190.37 -
System Red Green Blue C M Y K H S L
Decimal 182 68 2 0 0.63 0.99 0.29 22 0.98 0.36
Hex B6 44 2 0 3F 63 1D 16 62 24
Octal 266 104 2 0 77 143 35 26 142 44
Binary 10110110 1000100 10 0 111111 1100011 11101 10110 1100010 100100

Color Harmonies of #B64402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64402

Black with #B64402

Text Example


Text Example

White with #B64402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64402; }

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

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

background-color css

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

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

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

border-color css

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

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

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