Html Css Color HEX #550C00 Red Oxide

📋 copy color: '#550C00'

red 85 ◦ green 12 ◦ blue 0

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

Shades of Red Oxide #550C00

Tints of Red Oxide #550C00

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.63%
G = 12.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#550C00 (or 0x550C00) is known color: Red Oxide. HEX triplet: 55, 0C and 00. RGB value is (85,12,0). Sum of RGB (Red+Green+Blue) = 85+12+0=97 (12% of max value = 765). Red value is 85 (33.59% from 255 or 87.63% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 85 - color contains mainly: red. Hex color #550C00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550C00 is #AAF3FF. Grayscale: #202020. Windows color (decimal): -11203584 or 3157. OLE color: 3157.

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

Color convert

RGB 85 12 0 -
CMYK 0 0.86 1 0.67
HSL 8.47º 1% 0.17% -
HSV(B) 8.47º 1% 0.33% -
XYZ 3.88 2.19 0.22 -
YUV 32.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 85 12 0 0 0.86 1 0.67 8.47 1 0.17
Hex 55 C 0 0 56 64 43 8 64 11
Octal 125 14 0 0 126 144 103 10 144 21
Binary 1010101 1100 0 0 1010110 1100100 1000011 1000 1100100 10001

Color Harmonies of #550C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550C00

Black with #550C00

Text Example


Text Example

White with #550C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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