Html Css Color HEX #55140C Red Oxide

📋 copy color: '#55140C'

red 85 ◦ green 20 ◦ blue 12

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

Shades of Red Oxide #55140C

Tints of Red Oxide #55140C

RGB

 RED value IS 85 (33.59% from 255) = 72.65%

 GREEN value IS 20 (8.2% from 255) = 17.09%

 BLUE value IS 12 (5.08% from 255) = 10.26%

R = 72.65%
G = 17.09%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#55140C (or 0x55140C) is known color: Red Oxide. HEX triplet: 55, 14 and 0C. RGB value is (85,20,12). Sum of RGB (Red+Green+Blue) = 85+20+12=117 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.65% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 85 - color contains mainly: red. Hex color #55140C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55140C is #AAEBF3. Grayscale: #262626. Windows color (decimal): -11201524 or 791637. OLE color: 791637.

HSL color Cylindrical-coordinate representation of color #55140C: hue angle of 6.58º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55140C is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 20 12 -
CMYK 0 0.76 0.86 0.67
HSL 6.58º 0.75% 0.19% -
HSV(B) 6.58º 0.86% 0.33% -
XYZ 4.06 2.46 0.61 -
YUV 38.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 85 20 12 0 0.76 0.86 0.67 6.58 0.75 0.19
Hex 55 14 C 0 4C 56 43 7 4B 13
Octal 125 24 14 0 114 126 103 7 113 23
Binary 1010101 10100 1100 0 1001100 1010110 1000011 111 1001011 10011

Color Harmonies of #55140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55140C

Black with #55140C

Text Example


Text Example

White with #55140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,20,12); }

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

background-color css

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

 a { background-color: rgb(85,20,12); }

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

border-color css

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

 span { border-color: rgb(85,20,12); }

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