Html Css Color HEX #630D0A Red Oxide

📋 copy color: '#630D0A'

red 99 ◦ green 13 ◦ blue 10

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

Shades of Red Oxide #630D0A

Tints of Red Oxide #630D0A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.66%

 BLUE value IS 10 (4.3% from 255) = 8.2%

R = 81.15%
G = 10.66%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#630D0A (or 0x630D0A) is known color: Red Oxide. HEX triplet: 63, 0D and 0A. RGB value is (99,13,10). Sum of RGB (Red+Green+Blue) = 99+13+10=122 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.15% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 99 - color contains mainly: red. Hex color #630D0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630D0A is #9CF2F5. Grayscale: #262626. Windows color (decimal): -10285814 or 658787. OLE color: 658787.

HSL color Cylindrical-coordinate representation of color #630D0A: hue angle of 2.02º 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 #630D0A is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 13 10 -
CMYK 0 0.87 0.90 0.61
HSL 2.02º 0.82% 0.21% -
HSV(B) 2.02º 0.9% 0.39% -
XYZ 5.34 2.96 0.58 -
YUV 38.37 111.99 171.24 -
System Red Green Blue C M Y K H S L
Decimal 99 13 10 0 0.87 0.90 0.61 2.02 0.82 0.21
Hex 63 D A 0 57 5A 3D 2 52 15
Octal 143 15 12 0 127 132 75 2 122 25
Binary 1100011 1101 1010 0 1010111 1011010 111101 10 1010010 10101

Color Harmonies of #630D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630D0A

Black with #630D0A

Text Example


Text Example

White with #630D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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