Html Css Color HEX #AF051D Carmine

📋 copy color: '#AF051D'

red 175 ◦ green 5 ◦ blue 29

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

Shades of Carmine #AF051D

Tints of Carmine #AF051D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.88%

R = 83.73%
G = 2.39%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF051D (or 0xAF051D) is known color: Carmine. HEX triplet: AF, 05 and 1D. RGB value is (175,5,29). Sum of RGB (Red+Green+Blue) = 175+5+29=209 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.73% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 175 - color contains mainly: red. Hex color #AF051D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF051D is #50FAE2. Grayscale: #3A3A3A. Windows color (decimal): -5307107 or 1901999. OLE color: 1901999.

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

Color convert

RGB 175 5 29 -
CMYK 0 0.97 0.83 0.31
HSL 351.53º 0.94% 0.35% -
HSV(B) 351.53º 0.97% 0.69% -
XYZ 17.96 9.31 2.01 -
YUV 58.57 111.32 211.05 -
System Red Green Blue C M Y K H S L
Decimal 175 5 29 0 0.97 0.83 0.31 351.53 0.94 0.35
Hex AF 5 1D 0 61 53 1F 160 5E 23
Octal 257 5 35 0 141 123 37 540 136 43
Binary 10101111 101 11101 0 1100001 1010011 11111 101100000 1011110 100011

Color Harmonies of #AF051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF051D

Black with #AF051D

Text Example


Text Example

White with #AF051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF051D; }

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

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

background-color css

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

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

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

border-color css

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

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

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