Html Css Color HEX #AB0823 Carmine

📋 copy color: '#AB0823'

red 171 ◦ green 8 ◦ blue 35

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

Shades of Carmine #AB0823

Tints of Carmine #AB0823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.36%

R = 79.91%
G = 3.74%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AB0823 (or 0xAB0823) is known color: Carmine. HEX triplet: AB, 08 and 23. RGB value is (171,8,35). Sum of RGB (Red+Green+Blue) = 171+8+35=214 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.91% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0823 is #54F7DC. Grayscale: #3B3B3B. Windows color (decimal): -5568477 or 2295979. OLE color: 2295979.

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

Color convert

RGB 171 8 35 -
CMYK 0 0.95 0.80 0.33
HSL 350.06º 0.91% 0.35% -
HSV(B) 350.06º 0.95% 0.67% -
XYZ 17.18 8.95 2.41 -
YUV 59.82 114 207.3 -
System Red Green Blue C M Y K H S L
Decimal 171 8 35 0 0.95 0.80 0.33 350.06 0.91 0.35
Hex AB 8 23 0 5F 50 21 15E 5B 23
Octal 253 10 43 0 137 120 41 536 133 43
Binary 10101011 1000 100011 0 1011111 1010000 100001 101011110 1011011 100011

Color Harmonies of #AB0823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0823

Black with #AB0823

Text Example


Text Example

White with #AB0823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0823; }

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

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

background-color css

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

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

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

border-color css

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

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

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