Html Css Color HEX #AB031E Carmine

📋 copy color: '#AB031E'

red 171 ◦ green 3 ◦ blue 30

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

Shades of Carmine #AB031E

Tints of Carmine #AB031E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.47%

 BLUE value IS 30 (12.11% from 255) = 14.71%

R = 83.82%
G = 1.47%
B = 14.71%

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

#AB031E (or 0xAB031E) is known color: Carmine. HEX triplet: AB, 03 and 1E. RGB value is (171,3,30). Sum of RGB (Red+Green+Blue) = 171+3+30=204 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.82% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 171 - color contains mainly: red. Hex color #AB031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB031E is #54FCE1. Grayscale: #383838. Windows color (decimal): -5569762 or 1967019. OLE color: 1967019.

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

Color convert

RGB 171 3 30 -
CMYK 0 0.98 0.82 0.33
HSL 350.36º 0.97% 0.34% -
HSV(B) 350.36º 0.98% 0.67% -
XYZ 17.06 8.82 2.03 -
YUV 56.31 113.16 209.8 -
System Red Green Blue C M Y K H S L
Decimal 171 3 30 0 0.98 0.82 0.33 350.36 0.97 0.34
Hex AB 3 1E 0 62 52 21 15E 61 22
Octal 253 3 36 0 142 122 41 536 141 42
Binary 10101011 11 11110 0 1100010 1010010 100001 101011110 1100001 100010

Color Harmonies of #AB031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB031E

Black with #AB031E

Text Example


Text Example

White with #AB031E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB031E; }

 p { color: rgb(171,3,30); }

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

background-color css

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

 a { background-color: rgb(171,3,30); }

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

border-color css

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

 span { border-color: rgb(171,3,30); }

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