#630F02

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

Shades of Red Oxide #630F02

Tints of Red Oxide #630F02

Color information

#630F02 (or 0x630F02) is unknown color: approx Red Oxide. HEX triplet: 63, 0F and 02. RGB value is (99,15,2). Sum of RGB (Red+Green+Blue) = 99+15+2=116 (15% of max value = 765). Red value is 99 (39.06% from 255 or 85.34% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 99 - color contains mainly: red. Hex color #630F02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630F02 is #9CF0FD. Grayscale: #262626. Windows color (decimal): -10285310 or 135011. OLE color: 135011.

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

Color convert

RGB99152-
CMYK00.850.980.61
HSL8.04º96.04%19.8%-
HSV(B)8.04º97.98%38.82%-
XYZ5.3330.36-
YUV38.63107.33171.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 85.34%
GREEN value IS 15 (6.25% from 255) = 12.93%
BLUE value IS 2 (1.17% from 255) = 1.72%
R=85.34%
G=12.93%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9915200.850.980.618.0496.0419.8
Hex63F2055623D86014
Octal1431720125142751014024
Binary11000111111100101010111000101111011000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,15,2); }

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

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

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

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

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

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

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