Html Css Color HEX #AF051F Carmine

📋 copy color: '#AF051F'

red 175 ◦ green 5 ◦ blue 31

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

Shades of Carmine #AF051F

Tints of Carmine #AF051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

 BLUE value IS 31 (12.5% from 255) = 14.69%

R = 82.94%
G = 2.37%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF051F (or 0xAF051F) is known color: Carmine. HEX triplet: AF, 05 and 1F. RGB value is (175,5,31). Sum of RGB (Red+Green+Blue) = 175+5+31=211 (27% of max value = 765). Red value is 175 (68.75% from 255 or 82.94% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 175 - color contains mainly: red. Hex color #AF051F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF051F is #50FAE0. Grayscale: #3A3A3A. Windows color (decimal): -5307105 or 2033071. OLE color: 2033071.

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

Color convert

RGB 175 5 31 -
CMYK 0 0.97 0.82 0.31
HSL 350.82º 0.94% 0.35% -
HSV(B) 350.82º 0.97% 0.69% -
XYZ 17.98 9.32 2.15 -
YUV 58.79 112.32 210.89 -
System Red Green Blue C M Y K H S L
Decimal 175 5 31 0 0.97 0.82 0.31 350.82 0.94 0.35
Hex AF 5 1F 0 61 52 1F 15F 5E 23
Octal 257 5 37 0 141 122 37 537 136 43
Binary 10101111 101 11111 0 1100001 1010010 11111 101011111 1011110 100011

Color Harmonies of #AF051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF051F

Black with #AF051F

Text Example


Text Example

White with #AF051F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF051F; }

 p { color: rgb(175,5,31); }

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

background-color css

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

 a { background-color: rgb(175,5,31); }

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

border-color css

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

 span { border-color: rgb(175,5,31); }

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