Html Css Color HEX #AB0414 Carmine

📋 copy color: '#AB0414'

red 171 ◦ green 4 ◦ blue 20

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

Shades of Carmine #AB0414

Tints of Carmine #AB0414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.26%

R = 87.69%
G = 2.05%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB0414 (or 0xAB0414) is known color: Carmine. HEX triplet: AB, 04 and 14. RGB value is (171,4,20). Sum of RGB (Red+Green+Blue) = 171+4+20=195 (25% of max value = 765). Red value is 171 (67.19% from 255 or 87.69% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0414 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0414 is #54FBEB. Grayscale: #373737. Windows color (decimal): -5569516 or 1311915. OLE color: 1311915.

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

Color convert

RGB 171 4 20 -
CMYK 0 0.98 0.88 0.33
HSL 354.25º 0.95% 0.34% -
HSV(B) 354.25º 0.98% 0.67% -
XYZ 16.96 8.8 1.47 -
YUV 55.76 107.83 210.2 -
System Red Green Blue C M Y K H S L
Decimal 171 4 20 0 0.98 0.88 0.33 354.25 0.95 0.34
Hex AB 4 14 0 62 58 21 162 5F 22
Octal 253 4 24 0 142 130 41 542 137 42
Binary 10101011 100 10100 0 1100010 1011000 100001 101100010 1011111 100010

Color Harmonies of #AB0414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0414

Black with #AB0414

Text Example


Text Example

White with #AB0414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0414; }

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

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

background-color css

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

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

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

border-color css

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

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

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