Html Css Color HEX #700A02 Maroon

📋 copy color: '#700A02'

red 112 ◦ green 10 ◦ blue 2

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

Shades of Maroon #700A02

Tints of Maroon #700A02

RGB

 RED value IS 112 (44.14% from 255) = 90.32%

 GREEN value IS 10 (4.3% from 255) = 8.06%

 BLUE value IS 2 (1.17% from 255) = 1.61%

R = 90.32%
G = 8.06%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#700A02 (or 0x700A02) is known color: Maroon. HEX triplet: 70, 0A and 02. RGB value is (112,10,2). Sum of RGB (Red+Green+Blue) = 112+10+2=124 (16% of max value = 765). Red value is 112 (44.14% from 255 or 90.32% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 112 - color contains mainly: red. Hex color #700A02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700A02 is #8FF5FD. Grayscale: #272727. Windows color (decimal): -9434622 or 133744. OLE color: 133744.

HSL color Cylindrical-coordinate representation of color #700A02: hue angle of 4.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700A02 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 10 2 -
CMYK 0 0.91 0.98 0.56
HSL 4.36º 0.96% 0.22% -
HSV(B) 4.36º 0.98% 0.44% -
XYZ 6.8 3.67 0.41 -
YUV 39.59 106.79 179.65 -
System Red Green Blue C M Y K H S L
Decimal 112 10 2 0 0.91 0.98 0.56 4.36 0.96 0.22
Hex 70 A 2 0 5B 62 38 4 60 16
Octal 160 12 2 0 133 142 70 4 140 26
Binary 1110000 1010 10 0 1011011 1100010 111000 100 1100000 10110

Color Harmonies of #700A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700A02

Black with #700A02

Text Example


Text Example

White with #700A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700A02; }

 p { color: rgb(112,10,2); }

 H1.HeaderClassName
 {
   color: #700A02;
 }
 .AnyTagClassName
 {
   color: #700A02;
 }
</style>

background-color css

<style>
 a { background-color: #700A02; }

 a { background-color: rgb(112,10,2); }

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

border-color css

<style>
 span { border-color: #700A02; }

 span { border-color: rgb(112,10,2); }

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