#630C0C

Color #630C0C Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #630C0C

Tints of Red Oxide #630C0C

Color information

#630C0C (or 0x630C0C) is unknown color: approx Red Oxide. HEX triplet: 63, 0C and 0C. RGB value is (99,12,12). Sum of RGB (Red+Green+Blue) = 99+12+12=123 (16% of max value = 765). Red value is 99 (39.06% from 255 or 80.49% from 123); Green value is 12 (5.08% from 255 or 9.76% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 99 - color contains mainly: red. Hex color #630C0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630C0C is #9CF3F3. Grayscale: #262626. Windows color (decimal): -10286068 or 789603. OLE color: 789603.

HSL color Cylindrical-coordinate representation of color #630C0C: hue angle of 0º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #630C0C is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB991212-
CMYK00.880.880.61
HSL78.38%21.76%-
HSV(B)87.88%38.82%-
XYZ5.342.940.63-
YUV38.01113.32171.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 80.49%
GREEN value IS 12 (5.08% from 255) = 9.76%
BLUE value IS 12 (5.08% from 255) = 9.76%
R=80.49%
G=9.76%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99121200.880.880.61078.3821.76
Hex63CC058583D04e16
Octal1431414013013075011626
Binary1100011110011000101100010110001111010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630C0C; }

 p { color: rgb(99,12,12); }

 H1.HeaderClassName
 {
   color: #630C0C;
 }
 .AnyTagClassName
 {
   color: #630C0C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #630C0C;
 }
 .BgClassName
 {
   background-color: #630C0C;
 }
</style>
border-color css

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

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

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