Html Css Color HEX #B64021 Rust

📋 copy color: '#B64021'

red 182 ◦ green 64 ◦ blue 33

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

Shades of Rust #B64021

Tints of Rust #B64021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.83%

R = 65.23%
G = 22.94%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B64021 (or 0xB64021) is known color: Rust. HEX triplet: B6, 40 and 21. RGB value is (182,64,33). Sum of RGB (Red+Green+Blue) = 182+64+33=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B64021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64021 is #49BFDE. Grayscale: #5F5F5F. Windows color (decimal): -4833247 or 2179254. OLE color: 2179254.

HSL color Cylindrical-coordinate representation of color #B64021: hue angle of 12.48º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B64021 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 64 33 -
CMYK 0 0.65 0.82 0.29
HSL 12.48º 0.69% 0.42% -
HSV(B) 12.48º 0.82% 0.71% -
XYZ 21.4 13.72 2.96 -
YUV 95.75 92.59 189.52 -
System Red Green Blue C M Y K H S L
Decimal 182 64 33 0 0.65 0.82 0.29 12.48 0.69 0.42
Hex B6 40 21 0 41 52 1D C 45 2A
Octal 266 100 41 0 101 122 35 14 105 52
Binary 10110110 1000000 100001 0 1000001 1010010 11101 1100 1000101 101010

Color Harmonies of #B64021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64021

Black with #B64021

Text Example


Text Example

White with #B64021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64021; }

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

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

background-color css

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

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

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

border-color css

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

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

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