Html Css Color HEX #AF0117 Carmine

📋 copy color: '#AF0117'

red 175 ◦ green 1 ◦ blue 23

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

Shades of Carmine #AF0117

Tints of Carmine #AF0117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.56%

R = 87.94%
G = 0.5%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF0117 (or 0xAF0117) is known color: Carmine. HEX triplet: AF, 01 and 17. RGB value is (175,1,23). Sum of RGB (Red+Green+Blue) = 175+1+23=199 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.94% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0117 is #50FEE8. Grayscale: #373737. Windows color (decimal): -5308137 or 1507759. OLE color: 1507759.

HSL color Cylindrical-coordinate representation of color #AF0117: hue angle of 352.41º 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 #AF0117 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 1 23 -
CMYK 0 0.99 0.87 0.31
HSL 352.41º 0.99% 0.35% -
HSV(B) 352.41º 0.99% 0.69% -
XYZ 17.84 9.2 1.65 -
YUV 55.53 109.65 213.21 -
System Red Green Blue C M Y K H S L
Decimal 175 1 23 0 0.99 0.87 0.31 352.41 0.99 0.35
Hex AF 1 17 0 63 57 1F 160 63 23
Octal 257 1 27 0 143 127 37 540 143 43
Binary 10101111 1 10111 0 1100011 1010111 11111 101100000 1100011 100011

Color Harmonies of #AF0117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0117

Black with #AF0117

Text Example


Text Example

White with #AF0117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0117; }

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

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

background-color css

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

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

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

border-color css

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

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

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