Html Css Color HEX #55190C Red Oxide

📋 copy color: '#55190C'

red 85 ◦ green 25 ◦ blue 12

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

Shades of Red Oxide #55190C

Tints of Red Oxide #55190C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.49%

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

R = 69.67%
G = 20.49%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#55190C (or 0x55190C) is known color: Red Oxide. HEX triplet: 55, 19 and 0C. RGB value is (85,25,12). Sum of RGB (Red+Green+Blue) = 85+25+12=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #55190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55190C is #AAE6F3. Grayscale: #292929. Windows color (decimal): -11200244 or 792917. OLE color: 792917.

HSL color Cylindrical-coordinate representation of color #55190C: hue angle of 10.68º 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 #55190C is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 25 12 -
CMYK 0 0.71 0.86 0.67
HSL 10.68º 0.75% 0.19% -
HSV(B) 10.68º 0.86% 0.33% -
XYZ 4.16 2.65 0.64 -
YUV 41.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 85 25 12 0 0.71 0.86 0.67 10.68 0.75 0.19
Hex 55 19 C 0 47 56 43 B 4B 13
Octal 125 31 14 0 107 126 103 13 113 23
Binary 1010101 11001 1100 0 1000111 1010110 1000011 1011 1001011 10011

Color Harmonies of #55190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55190C

Black with #55190C

Text Example


Text Example

White with #55190C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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