Html Css Color HEX #532222 Red Oxide

📋 copy color: '#532222'

red 83 ◦ green 34 ◦ blue 34

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

Shades of Red Oxide #532222

Tints of Red Oxide #532222

RGB

 RED value IS 83 (32.81% from 255) = 54.97%

 GREEN value IS 34 (13.67% from 255) = 22.52%

 BLUE value IS 34 (13.67% from 255) = 22.52%

R = 54.97%
G = 22.52%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#532222 (or 0x532222) is known color: Red Oxide. HEX triplet: 53, 22 and 22. RGB value is (83,34,34). Sum of RGB (Red+Green+Blue) = 83+34+34=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #532222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532222 is #ACDDDD. Grayscale: #303030. Windows color (decimal): -11328990 or 2237011. OLE color: 2237011.

HSL color Cylindrical-coordinate representation of color #532222: hue angle of 0º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #532222 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 34 34 -
CMYK 0 0.59 0.59 0.67
HSL 0.42% 0.23% -
HSV(B) 0.59% 0.33% -
XYZ 4.43 3.1 1.88 -
YUV 48.65 119.73 152.5 -
System Red Green Blue C M Y K H S L
Decimal 83 34 34 0 0.59 0.59 0.67 0 0.42 0.23
Hex 53 22 22 0 3B 3B 43 0 2A 17
Octal 123 42 42 0 73 73 103 0 52 27
Binary 1010011 100010 100010 0 111011 111011 1000011 0 101010 10111

Color Harmonies of #532222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532222

Black with #532222

Text Example


Text Example

White with #532222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532222; }

 p { color: rgb(83,34,34); }

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

background-color css

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

 a { background-color: rgb(83,34,34); }

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

border-color css

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

 span { border-color: rgb(83,34,34); }

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