#630B0A

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

Shades of Red Oxide #630B0A

Tints of Red Oxide #630B0A

Color information

#630B0A (or 0x630B0A) is unknown color: approx Red Oxide. HEX triplet: 63, 0B and 0A. RGB value is (99,11,10). Sum of RGB (Red+Green+Blue) = 99+11+10=120 (15% of max value = 765). Red value is 99 (39.06% from 255 or 82.5% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 99 - color contains mainly: red. Hex color #630B0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630B0A is #9CF4F5. Grayscale: #252525. Windows color (decimal): -10286326 or 658275. OLE color: 658275.

HSL color Cylindrical-coordinate representation of color #630B0A: hue angle of 0.67º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630B0A is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB991110-
CMYK00.890.900.61
HSL0.67º81.65%21.37%-
HSV(B)0.67º89.9%38.82%-
XYZ5.322.910.57-
YUV37.2112.65172.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 82.5%
GREEN value IS 11 (4.69% from 255) = 9.17%
BLUE value IS 10 (4.30% from 255) = 8.33%
R=82.5%
G=9.17%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99111000.890.900.610.6781.6521.37
Hex63BA0595A3D15215
Octal1431312013113275112225
Binary1100011101110100101100110110101111011101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,11,10); }

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

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

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

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

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

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

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