Html Css Color HEX #B24221 Rust

📋 copy color: '#B24221'

red 178 ◦ green 66 ◦ blue 33

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

Shades of Rust #B24221

Tints of Rust #B24221

RGB

 RED value IS 178 (69.92% from 255) = 64.26%

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

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

R = 64.26%
G = 23.83%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B24221 (or 0xB24221) is known color: Rust. HEX triplet: B2, 42 and 21. RGB value is (178,66,33). Sum of RGB (Red+Green+Blue) = 178+66+33=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B24221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24221 is #4DBDDE. Grayscale: #5F5F5F. Windows color (decimal): -5094879 or 2179762. OLE color: 2179762.

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

Color convert

RGB 178 66 33 -
CMYK 0 0.63 0.81 0.30
HSL 13.66º 0.69% 0.41% -
HSV(B) 13.66º 0.81% 0.7% -
XYZ 20.58 13.47 2.95 -
YUV 95.73 92.61 186.68 -
System Red Green Blue C M Y K H S L
Decimal 178 66 33 0 0.63 0.81 0.30 13.66 0.69 0.41
Hex B2 42 21 0 3F 51 1E E 45 29
Octal 262 102 41 0 77 121 36 16 105 51
Binary 10110010 1000010 100001 0 111111 1010001 11110 1110 1000101 101001

Color Harmonies of #B24221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24221

Black with #B24221

Text Example


Text Example

White with #B24221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24221; }

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

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

background-color css

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

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

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

border-color css

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

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

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