Html Css Color HEX #AB0826 Carmine

📋 copy color: '#AB0826'

red 171 ◦ green 8 ◦ blue 38

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

Shades of Carmine #AB0826

Tints of Carmine #AB0826

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.69%

 BLUE value IS 38 (15.23% from 255) = 17.51%

R = 78.8%
G = 3.69%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB0826 (or 0xAB0826) is known color: Carmine. HEX triplet: AB, 08 and 26. RGB value is (171,8,38). Sum of RGB (Red+Green+Blue) = 171+8+38=217 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.80% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0826 is #54F7D9. Grayscale: #3C3C3C. Windows color (decimal): -5568474 or 2492587. OLE color: 2492587.

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

Color convert

RGB 171 8 38 -
CMYK 0 0.95 0.78 0.33
HSL 348.96º 0.91% 0.35% -
HSV(B) 348.96º 0.95% 0.67% -
XYZ 17.23 8.97 2.66 -
YUV 60.16 115.5 207.06 -
System Red Green Blue C M Y K H S L
Decimal 171 8 38 0 0.95 0.78 0.33 348.96 0.91 0.35
Hex AB 8 26 0 5F 4E 21 15D 5B 23
Octal 253 10 46 0 137 116 41 535 133 43
Binary 10101011 1000 100110 0 1011111 1001110 100001 101011101 1011011 100011

Color Harmonies of #AB0826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0826

Black with #AB0826

Text Example


Text Example

White with #AB0826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0826; }

 p { color: rgb(171,8,38); }

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

background-color css

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

 a { background-color: rgb(171,8,38); }

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

border-color css

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

 span { border-color: rgb(171,8,38); }

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