Html Css Color HEX #AB030F Carmine

📋 copy color: '#AB030F'

red 171 ◦ green 3 ◦ blue 15

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

Shades of Carmine #AB030F

Tints of Carmine #AB030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.94%

R = 90.48%
G = 1.59%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB030F (or 0xAB030F) is known color: Carmine. HEX triplet: AB, 03 and 0F. RGB value is (171,3,15). Sum of RGB (Red+Green+Blue) = 171+3+15=189 (25% of max value = 765). Red value is 171 (67.19% from 255 or 90.48% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 171 - color contains mainly: red. Hex color #AB030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB030F is #54FCF0. Grayscale: #363636. Windows color (decimal): -5569777 or 983979. OLE color: 983979.

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

Color convert

RGB 171 3 15 -
CMYK 0 0.98 0.91 0.33
HSL 355.71º 0.97% 0.34% -
HSV(B) 355.71º 0.98% 0.67% -
XYZ 16.91 8.76 1.25 -
YUV 54.6 105.66 211.02 -
System Red Green Blue C M Y K H S L
Decimal 171 3 15 0 0.98 0.91 0.33 355.71 0.97 0.34
Hex AB 3 F 0 62 5B 21 164 61 22
Octal 253 3 17 0 142 133 41 544 141 42
Binary 10101011 11 1111 0 1100010 1011011 100001 101100100 1100001 100010

Color Harmonies of #AB030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB030F

Black with #AB030F

Text Example


Text Example

White with #AB030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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