Html Css Color HEX #630F05 Red Oxide

📋 copy color: '#630F05'

red 99 ◦ green 15 ◦ blue 5

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

Shades of Red Oxide #630F05

Tints of Red Oxide #630F05

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.61%

 BLUE value IS 5 (2.34% from 255) = 4.2%

R = 83.19%
G = 12.61%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.61

RGB Variations

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

Color information

#630F05 (or 0x630F05) is known color: Red Oxide. HEX triplet: 63, 0F and 05. RGB value is (99,15,5). Sum of RGB (Red+Green+Blue) = 99+15+5=119 (15% of max value = 765). Red value is 99 (39.06% from 255 or 83.19% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 99 - color contains mainly: red. Hex color #630F05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630F05 is #9CF0FA. Grayscale: #272727. Windows color (decimal): -10285307 or 331619. OLE color: 331619.

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

Color convert

RGB 99 15 5 -
CMYK 0 0.85 0.95 0.61
HSL 6.38º 0.9% 0.2% -
HSV(B) 6.38º 0.95% 0.39% -
XYZ 5.34 3.01 0.44 -
YUV 38.98 108.83 170.81 -
System Red Green Blue C M Y K H S L
Decimal 99 15 5 0 0.85 0.95 0.61 6.38 0.9 0.2
Hex 63 F 5 0 55 5F 3D 6 5A 14
Octal 143 17 5 0 125 137 75 6 132 24
Binary 1100011 1111 101 0 1010101 1011111 111101 110 1011010 10100

Color Harmonies of #630F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630F05

Black with #630F05

Text Example


Text Example

White with #630F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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