Html Css Color HEX #AF0115 Carmine

📋 copy color: '#AF0115'

red 175 ◦ green 1 ◦ blue 21

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

Shades of Carmine #AF0115

Tints of Carmine #AF0115

RGB

 RED value IS 175 (68.75% from 255) = 88.83%

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 21 (8.59% from 255) = 10.66%

R = 88.83%
G = 0.51%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF0115 (or 0xAF0115) is known color: Carmine. HEX triplet: AF, 01 and 15. RGB value is (175,1,21). Sum of RGB (Red+Green+Blue) = 175+1+21=197 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.83% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0115 is #50FEEA. Grayscale: #373737. Windows color (decimal): -5308139 or 1376687. OLE color: 1376687.

HSL color Cylindrical-coordinate representation of color #AF0115: hue angle of 353.1º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0115 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 1 21 -
CMYK 0 0.99 0.88 0.31
HSL 353.1º 0.99% 0.35% -
HSV(B) 353.1º 0.99% 0.69% -
XYZ 17.83 9.19 1.54 -
YUV 55.31 108.65 213.37 -
System Red Green Blue C M Y K H S L
Decimal 175 1 21 0 0.99 0.88 0.31 353.1 0.99 0.35
Hex AF 1 15 0 63 58 1F 161 63 23
Octal 257 1 25 0 143 130 37 541 143 43
Binary 10101111 1 10101 0 1100011 1011000 11111 101100001 1100011 100011

Color Harmonies of #AF0115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0115

Black with #AF0115

Text Example


Text Example

White with #AF0115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0115; }

 p { color: rgb(175,1,21); }

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

background-color css

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

 a { background-color: rgb(175,1,21); }

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

border-color css

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

 span { border-color: rgb(175,1,21); }

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