Html Css Color HEX #AB041F Carmine

📋 copy color: '#AB041F'

red 171 ◦ green 4 ◦ blue 31

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

Shades of Carmine #AB041F

Tints of Carmine #AB041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.05%

R = 83.01%
G = 1.94%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB041F (or 0xAB041F) is known color: Carmine. HEX triplet: AB, 04 and 1F. RGB value is (171,4,31). Sum of RGB (Red+Green+Blue) = 171+4+31=206 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.01% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 171 - color contains mainly: red. Hex color #AB041F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB041F is #54FBE0. Grayscale: #393939. Windows color (decimal): -5569505 or 2032811. OLE color: 2032811.

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

Color convert

RGB 171 4 31 -
CMYK 0 0.98 0.82 0.33
HSL 350.3º 0.95% 0.34% -
HSV(B) 350.3º 0.98% 0.67% -
XYZ 17.09 8.84 2.1 -
YUV 57.01 113.33 209.3 -
System Red Green Blue C M Y K H S L
Decimal 171 4 31 0 0.98 0.82 0.33 350.3 0.95 0.34
Hex AB 4 1F 0 62 52 21 15E 5F 22
Octal 253 4 37 0 142 122 41 536 137 42
Binary 10101011 100 11111 0 1100010 1010010 100001 101011110 1011111 100010

Color Harmonies of #AB041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB041F

Black with #AB041F

Text Example


Text Example

White with #AB041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB041F; }

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

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

background-color css

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

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

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

border-color css

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

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

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