Html Css Color HEX #AF031A Carmine

📋 copy color: '#AF031A'

red 175 ◦ green 3 ◦ blue 26

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

Shades of Carmine #AF031A

Tints of Carmine #AF031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.75%

R = 85.78%
G = 1.47%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF031A (or 0xAF031A) is known color: Carmine. HEX triplet: AF, 03 and 1A. RGB value is (175,3,26). Sum of RGB (Red+Green+Blue) = 175+3+26=204 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.78% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 175 - color contains mainly: red. Hex color #AF031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF031A is #50FCE5. Grayscale: #393939. Windows color (decimal): -5307622 or 1704879. OLE color: 1704879.

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

Color convert

RGB 175 3 26 -
CMYK 0 0.98 0.85 0.31
HSL 351.98º 0.97% 0.35% -
HSV(B) 351.98º 0.98% 0.69% -
XYZ 17.9 9.25 1.82 -
YUV 57.05 110.48 212.13 -
System Red Green Blue C M Y K H S L
Decimal 175 3 26 0 0.98 0.85 0.31 351.98 0.97 0.35
Hex AF 3 1A 0 62 55 1F 160 61 23
Octal 257 3 32 0 142 125 37 540 141 43
Binary 10101111 11 11010 0 1100010 1010101 11111 101100000 1100001 100011

Color Harmonies of #AF031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF031A

Black with #AF031A

Text Example


Text Example

White with #AF031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF031A; }

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

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

background-color css

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

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

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

border-color css

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

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

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