Html Css Color HEX #AF0124 Carmine

📋 copy color: '#AF0124'

red 175 ◦ green 1 ◦ blue 36

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

Shades of Carmine #AF0124

Tints of Carmine #AF0124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.98%

R = 82.55%
G = 0.47%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF0124 (or 0xAF0124) is known color: Carmine. HEX triplet: AF, 01 and 24. RGB value is (175,1,36). Sum of RGB (Red+Green+Blue) = 175+1+36=212 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.55% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0124 is #50FEDB. Grayscale: #393939. Windows color (decimal): -5308124 or 2359727. OLE color: 2359727.

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

Color convert

RGB 175 1 36 -
CMYK 0 0.99 0.79 0.31
HSL 347.93º 0.99% 0.35% -
HSV(B) 347.93º 0.99% 0.69% -
XYZ 18.01 9.26 2.51 -
YUV 57.02 116.15 212.15 -
System Red Green Blue C M Y K H S L
Decimal 175 1 36 0 0.99 0.79 0.31 347.93 0.99 0.35
Hex AF 1 24 0 63 4F 1F 15C 63 23
Octal 257 1 44 0 143 117 37 534 143 43
Binary 10101111 1 100100 0 1100011 1001111 11111 101011100 1100011 100011

Color Harmonies of #AF0124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0124

Black with #AF0124

Text Example


Text Example

White with #AF0124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0124; }

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

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

background-color css

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

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

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

border-color css

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

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

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