Html Css Color HEX #B64121 Rust

📋 copy color: '#B64121'

red 182 ◦ green 65 ◦ blue 33

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

Shades of Rust #B64121

Tints of Rust #B64121

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.21%

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

R = 65%
G = 23.21%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B64121 (or 0xB64121) is known color: Rust. HEX triplet: B6, 41 and 21. RGB value is (182,65,33). Sum of RGB (Red+Green+Blue) = 182+65+33=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B64121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64121 is #49BEDE. Grayscale: #606060. Windows color (decimal): -4832991 or 2179510. OLE color: 2179510.

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

Color convert

RGB 182 65 33 -
CMYK 0 0.64 0.82 0.29
HSL 12.89º 0.69% 0.42% -
HSV(B) 12.89º 0.82% 0.71% -
XYZ 21.46 13.84 2.98 -
YUV 96.34 92.26 189.1 -
System Red Green Blue C M Y K H S L
Decimal 182 65 33 0 0.64 0.82 0.29 12.89 0.69 0.42
Hex B6 41 21 0 40 52 1D D 45 2A
Octal 266 101 41 0 100 122 35 15 105 52
Binary 10110110 1000001 100001 0 1000000 1010010 11101 1101 1000101 101010

Color Harmonies of #B64121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64121

Black with #B64121

Text Example


Text Example

White with #B64121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64121; }

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

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

background-color css

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

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

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

border-color css

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

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

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