Html Css Color HEX #AF012F Carmine

📋 copy color: '#AF012F'

red 175 ◦ green 1 ◦ blue 47

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

Shades of Carmine #AF012F

Tints of Carmine #AF012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.08%

R = 78.48%
G = 0.45%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF012F (or 0xAF012F) is known color: Carmine. HEX triplet: AF, 01 and 2F. RGB value is (175,1,47). Sum of RGB (Red+Green+Blue) = 175+1+47=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF012F is #50FED0. Grayscale: #3A3A3A. Windows color (decimal): -5308113 or 3080623. OLE color: 3080623.

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

Color convert

RGB 175 1 47 -
CMYK 0 0.99 0.73 0.31
HSL 344.14º 0.99% 0.35% -
HSV(B) 344.14º 0.99% 0.69% -
XYZ 18.2 9.34 3.53 -
YUV 58.27 121.65 211.26 -
System Red Green Blue C M Y K H S L
Decimal 175 1 47 0 0.99 0.73 0.31 344.14 0.99 0.35
Hex AF 1 2F 0 63 49 1F 158 63 23
Octal 257 1 57 0 143 111 37 530 143 43
Binary 10101111 1 101111 0 1100011 1001001 11111 101011000 1100011 100011

Color Harmonies of #AF012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF012F

Black with #AF012F

Text Example


Text Example

White with #AF012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF012F; }

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

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

background-color css

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

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

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

border-color css

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

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

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