Html Css Color HEX #B34221 Rust

📋 copy color: '#B34221'

red 179 ◦ green 66 ◦ blue 33

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

Shades of Rust #B34221

Tints of Rust #B34221

RGB

 RED value IS 179 (70.31% from 255) = 64.39%

 GREEN value IS 66 (26.17% from 255) = 23.74%

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

R = 64.39%
G = 23.74%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B34221 (or 0xB34221) is known color: Rust. HEX triplet: B3, 42 and 21. RGB value is (179,66,33). Sum of RGB (Red+Green+Blue) = 179+66+33=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B34221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34221 is #4CBDDE. Grayscale: #606060. Windows color (decimal): -5029343 or 2179763. OLE color: 2179763.

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

Color convert

RGB 179 66 33 -
CMYK 0 0.63 0.82 0.30
HSL 13.56º 0.69% 0.42% -
HSV(B) 13.56º 0.82% 0.7% -
XYZ 20.81 13.59 2.96 -
YUV 96.03 92.44 187.18 -
System Red Green Blue C M Y K H S L
Decimal 179 66 33 0 0.63 0.82 0.30 13.56 0.69 0.42
Hex B3 42 21 0 3F 52 1E E 45 2A
Octal 263 102 41 0 77 122 36 16 105 52
Binary 10110011 1000010 100001 0 111111 1010010 11110 1110 1000101 101010

Color Harmonies of #B34221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34221

Black with #B34221

Text Example


Text Example

White with #B34221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34221; }

 p { color: rgb(179,66,33); }

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

background-color css

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

 a { background-color: rgb(179,66,33); }

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

border-color css

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

 span { border-color: rgb(179,66,33); }

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