Html Css Color HEX #AB0407 Sangria

📋 copy color: '#AB0407'

red 171 ◦ green 4 ◦ blue 7

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

Shades of Sangria #AB0407

Tints of Sangria #AB0407

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.2%

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

R = 93.96%
G = 2.2%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB0407 (or 0xAB0407) is known color: Sangria. HEX triplet: AB, 04 and 07. RGB value is (171,4,7). Sum of RGB (Red+Green+Blue) = 171+4+7=182 (24% of max value = 765). Red value is 171 (67.19% from 255 or 93.96% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0407 is #54FBF8. Grayscale: #363636. Windows color (decimal): -5569529 or 459947. OLE color: 459947.

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

Color convert

RGB 171 4 7 -
CMYK 0 0.98 0.96 0.33
HSL 358.92º 0.95% 0.34% -
HSV(B) 358.92º 0.98% 0.67% -
XYZ 16.88 8.76 1 -
YUV 54.28 101.33 211.26 -
System Red Green Blue C M Y K H S L
Decimal 171 4 7 0 0.98 0.96 0.33 358.92 0.95 0.34
Hex AB 4 7 0 62 60 21 167 5F 22
Octal 253 4 7 0 142 140 41 547 137 42
Binary 10101011 100 111 0 1100010 1100000 100001 101100111 1011111 100010

Color Harmonies of #AB0407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0407

Black with #AB0407

Text Example


Text Example

White with #AB0407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0407; }

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

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

background-color css

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

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

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

border-color css

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

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

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