Html Css Color HEX #56201C Red Oxide

📋 copy color: '#56201C'

red 86 ◦ green 32 ◦ blue 28

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

Shades of Red Oxide #56201C

Tints of Red Oxide #56201C

RGB

 RED value IS 86 (33.98% from 255) = 58.9%

 GREEN value IS 32 (12.89% from 255) = 21.92%

 BLUE value IS 28 (11.33% from 255) = 19.18%

R = 58.9%
G = 21.92%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#56201C (or 0x56201C) is known color: Red Oxide. HEX triplet: 56, 20 and 1C. RGB value is (86,32,28). Sum of RGB (Red+Green+Blue) = 86+32+28=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #56201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56201C is #A9DFE3. Grayscale: #2F2F2F. Windows color (decimal): -11132900 or 1843286. OLE color: 1843286.

HSL color Cylindrical-coordinate representation of color #56201C: hue angle of 4.14º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #56201C is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 32 28 -
CMYK 0 0.63 0.67 0.66
HSL 4.14º 0.51% 0.22% -
HSV(B) 4.14º 0.67% 0.34% -
XYZ 4.56 3.1 1.46 -
YUV 47.69 116.89 155.33 -
System Red Green Blue C M Y K H S L
Decimal 86 32 28 0 0.63 0.67 0.66 4.14 0.51 0.22
Hex 56 20 1C 0 3F 43 42 4 33 16
Octal 126 40 34 0 77 103 102 4 63 26
Binary 1010110 100000 11100 0 111111 1000011 1000010 100 110011 10110

Color Harmonies of #56201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56201C

Black with #56201C

Text Example


Text Example

White with #56201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56201C; }

 p { color: rgb(86,32,28); }

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

background-color css

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

 a { background-color: rgb(86,32,28); }

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

border-color css

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

 span { border-color: rgb(86,32,28); }

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