Html Css Color HEX #700B03 Maroon

📋 copy color: '#700B03'

red 112 ◦ green 11 ◦ blue 3

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

Shades of Maroon #700B03

Tints of Maroon #700B03

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.73%

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

R = 88.89%
G = 8.73%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#700B03 (or 0x700B03) is known color: Maroon. HEX triplet: 70, 0B and 03. RGB value is (112,11,3). Sum of RGB (Red+Green+Blue) = 112+11+3=126 (16% of max value = 765). Red value is 112 (44.14% from 255 or 88.89% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 112 - color contains mainly: red. Hex color #700B03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700B03 is #8FF4FC. Grayscale: #282828. Windows color (decimal): -9434365 or 199536. OLE color: 199536.

HSL color Cylindrical-coordinate representation of color #700B03: hue angle of 4.4º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700B03 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 11 3 -
CMYK 0 0.90 0.97 0.56
HSL 4.4º 0.95% 0.23% -
HSV(B) 4.4º 0.97% 0.44% -
XYZ 6.82 3.69 0.44 -
YUV 40.29 106.96 179.15 -
System Red Green Blue C M Y K H S L
Decimal 112 11 3 0 0.90 0.97 0.56 4.4 0.95 0.23
Hex 70 B 3 0 5A 61 38 4 5F 17
Octal 160 13 3 0 132 141 70 4 137 27
Binary 1110000 1011 11 0 1011010 1100001 111000 100 1011111 10111

Color Harmonies of #700B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700B03

Black with #700B03

Text Example


Text Example

White with #700B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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