Html Css Color HEX #AB0007 Sangria

📋 copy color: '#AB0007'

red 171 ◦ green 0 ◦ blue 7

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

Shades of Sangria #AB0007

Tints of Sangria #AB0007

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 7 (3.13% from 255) = 3.93%

R = 96.07%
G = 0%
B = 3.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB0007 (or 0xAB0007) is known color: Sangria. HEX triplet: AB, 00 and 07. RGB value is (171,0,7). Sum of RGB (Red+Green+Blue) = 171+0+7=178 (23% of max value = 765). Red value is 171 (67.19% from 255 or 96.07% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0007 is #54FFF8. Grayscale: #343434. Windows color (decimal): -5570553 or 458923. OLE color: 458923.

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

Color convert

RGB 171 0 7 -
CMYK 0 1 0.96 0.33
HSL 357.54º 1% 0.34% -
HSV(B) 357.54º 1% 0.67% -
XYZ 16.83 8.67 0.99 -
YUV 51.93 102.65 212.93 -
System Red Green Blue C M Y K H S L
Decimal 171 0 7 0 1 0.96 0.33 357.54 1 0.34
Hex AB 0 7 0 64 60 21 166 64 22
Octal 253 0 7 0 144 140 41 546 144 42
Binary 10101011 0 111 0 1100100 1100000 100001 101100110 1100100 100010

Color Harmonies of #AB0007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0007

Black with #AB0007

Text Example


Text Example

White with #AB0007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0007; }

 p { color: rgb(171,0,7); }

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

background-color css

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

 a { background-color: rgb(171,0,7); }

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

border-color css

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

 span { border-color: rgb(171,0,7); }

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