Html Css Color HEX #AB040B Sangria

📋 copy color: '#AB040B'

red 171 ◦ green 4 ◦ blue 11

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

Shades of Sangria #AB040B

Tints of Sangria #AB040B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.91%

R = 91.94%
G = 2.15%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB040B (or 0xAB040B) is known color: Sangria. HEX triplet: AB, 04 and 0B. RGB value is (171,4,11). Sum of RGB (Red+Green+Blue) = 171+4+11=186 (24% of max value = 765). Red value is 171 (67.19% from 255 or 91.94% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 171 - color contains mainly: red. Hex color #AB040B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB040B is #54FBF4. Grayscale: #363636. Windows color (decimal): -5569525 or 722091. OLE color: 722091.

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

Color convert

RGB 171 4 11 -
CMYK 0 0.98 0.94 0.33
HSL 357.49º 0.95% 0.34% -
HSV(B) 357.49º 0.98% 0.67% -
XYZ 16.9 8.77 1.12 -
YUV 54.73 103.33 210.93 -
System Red Green Blue C M Y K H S L
Decimal 171 4 11 0 0.98 0.94 0.33 357.49 0.95 0.34
Hex AB 4 B 0 62 5E 21 165 5F 22
Octal 253 4 13 0 142 136 41 545 137 42
Binary 10101011 100 1011 0 1100010 1011110 100001 101100101 1011111 100010

Color Harmonies of #AB040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB040B

Black with #AB040B

Text Example


Text Example

White with #AB040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB040B; }

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

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

background-color css

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

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

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

border-color css

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

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

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