Html Css Color HEX #AB0103 Sangria

📋 copy color: '#AB0103'

red 171 ◦ green 1 ◦ blue 3

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

Shades of Sangria #AB0103

Tints of Sangria #AB0103

RGB

 RED value IS 171 (67.19% from 255) = 97.71%

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 97.71%
G = 0.57%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB0103 (or 0xAB0103) is known color: Sangria. HEX triplet: AB, 01 and 03. RGB value is (171,1,3). Sum of RGB (Red+Green+Blue) = 171+1+3=175 (23% of max value = 765). Red value is 171 (67.19% from 255 or 97.71% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0103 is #54FEFC. Grayscale: #343434. Windows color (decimal): -5570301 or 197035. OLE color: 197035.

HSL color Cylindrical-coordinate representation of color #AB0103: hue angle of 359.29º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB0103 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 1 3 -
CMYK 0 0.99 0.98 0.33
HSL 359.29º 0.99% 0.34% -
HSV(B) 359.29º 0.99% 0.67% -
XYZ 16.82 8.69 0.88 -
YUV 52.06 100.32 212.84 -
System Red Green Blue C M Y K H S L
Decimal 171 1 3 0 0.99 0.98 0.33 359.29 0.99 0.34
Hex AB 1 3 0 63 62 21 167 63 22
Octal 253 1 3 0 143 142 41 547 143 42
Binary 10101011 1 11 0 1100011 1100010 100001 101100111 1100011 100010

Color Harmonies of #AB0103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0103

Black with #AB0103

Text Example


Text Example

White with #AB0103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0103; }

 p { color: rgb(171,1,3); }

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

background-color css

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

 a { background-color: rgb(171,1,3); }

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

border-color css

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

 span { border-color: rgb(171,1,3); }

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