Html Css Color HEX #630E03 Red Oxide

📋 copy color: '#630E03'

red 99 ◦ green 14 ◦ blue 3

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

Shades of Red Oxide #630E03

Tints of Red Oxide #630E03

RGB

 RED value IS 99 (39.06% from 255) = 85.34%

 GREEN value IS 14 (5.86% from 255) = 12.07%

 BLUE value IS 3 (1.56% from 255) = 2.59%

R = 85.34%
G = 12.07%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.61

RGB Variations

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

Color information

#630E03 (or 0x630E03) is known color: Red Oxide. HEX triplet: 63, 0E and 03. RGB value is (99,14,3). Sum of RGB (Red+Green+Blue) = 99+14+3=116 (15% of max value = 765). Red value is 99 (39.06% from 255 or 85.34% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 99 - color contains mainly: red. Hex color #630E03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630E03 is #9CF1FC. Grayscale: #262626. Windows color (decimal): -10285565 or 200291. OLE color: 200291.

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

Color convert

RGB 99 14 3 -
CMYK 0 0.86 0.97 0.61
HSL 6.88º 0.94% 0.2% -
HSV(B) 6.88º 0.97% 0.39% -
XYZ 5.32 2.97 0.38 -
YUV 38.16 108.16 171.39 -
System Red Green Blue C M Y K H S L
Decimal 99 14 3 0 0.86 0.97 0.61 6.88 0.94 0.2
Hex 63 E 3 0 56 61 3D 7 5E 14
Octal 143 16 3 0 126 141 75 7 136 24
Binary 1100011 1110 11 0 1010110 1100001 111101 111 1011110 10100

Color Harmonies of #630E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630E03

Black with #630E03

Text Example


Text Example

White with #630E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,14,3); }

 H1.HeaderClassName
 {
   color: #630E03;
 }
 .AnyTagClassName
 {
   color: #630E03;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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