Html Css Color HEX #700203 Sangria

📋 copy color: '#700203'

red 112 ◦ green 2 ◦ blue 3

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

Shades of Sangria #700203

Tints of Sangria #700203

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.71%

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

R = 95.73%
G = 1.71%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#700203 (or 0x700203) is known color: Sangria. HEX triplet: 70, 02 and 03. RGB value is (112,2,3). Sum of RGB (Red+Green+Blue) = 112+2+3=117 (15% of max value = 765). Red value is 112 (44.14% from 255 or 95.73% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 112 - color contains mainly: red. Hex color #700203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700203 is #8FFDFC. Grayscale: #232323. Windows color (decimal): -9436669 or 197232. OLE color: 197232.

HSL color Cylindrical-coordinate representation of color #700203: hue angle of 359.45º 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 #700203 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 2 3 -
CMYK 0 0.98 0.97 0.56
HSL 359.45º 0.96% 0.22% -
HSV(B) 359.45º 0.98% 0.44% -
XYZ 6.72 3.49 0.41 -
YUV 35 109.94 182.92 -
System Red Green Blue C M Y K H S L
Decimal 112 2 3 0 0.98 0.97 0.56 359.45 0.96 0.22
Hex 70 2 3 0 62 61 38 167 60 16
Octal 160 2 3 0 142 141 70 547 140 26
Binary 1110000 10 11 0 1100010 1100001 111000 101100111 1100000 10110

Color Harmonies of #700203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700203

Black with #700203

Text Example


Text Example

White with #700203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700203; }

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

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

background-color css

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

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

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

border-color css

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

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

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