Html Css Color HEX #AF031D Carmine

📋 copy color: '#AF031D'

red 175 ◦ green 3 ◦ blue 29

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

Shades of Carmine #AF031D

Tints of Carmine #AF031D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.45%

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

R = 84.54%
G = 1.45%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF031D (or 0xAF031D) is known color: Carmine. HEX triplet: AF, 03 and 1D. RGB value is (175,3,29). Sum of RGB (Red+Green+Blue) = 175+3+29=207 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.54% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 175 - color contains mainly: red. Hex color #AF031D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF031D is #50FCE2. Grayscale: #393939. Windows color (decimal): -5307619 or 1901487. OLE color: 1901487.

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

Color convert

RGB 175 3 29 -
CMYK 0 0.98 0.83 0.31
HSL 350.93º 0.97% 0.35% -
HSV(B) 350.93º 0.98% 0.69% -
XYZ 17.93 9.27 2.01 -
YUV 57.39 111.98 211.89 -
System Red Green Blue C M Y K H S L
Decimal 175 3 29 0 0.98 0.83 0.31 350.93 0.97 0.35
Hex AF 3 1D 0 62 53 1F 15F 61 23
Octal 257 3 35 0 142 123 37 537 141 43
Binary 10101111 11 11101 0 1100010 1010011 11111 101011111 1100001 100011

Color Harmonies of #AF031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF031D

Black with #AF031D

Text Example


Text Example

White with #AF031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF031D; }

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

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

background-color css

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

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

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

border-color css

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

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

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