Html Css Color HEX #AF0131 Carmine

📋 copy color: '#AF0131'

red 175 ◦ green 1 ◦ blue 49

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

Shades of Carmine #AF0131

Tints of Carmine #AF0131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.78%

R = 77.78%
G = 0.44%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF0131 (or 0xAF0131) is known color: Carmine. HEX triplet: AF, 01 and 31. RGB value is (175,1,49). Sum of RGB (Red+Green+Blue) = 175+1+49=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0131 is #50FECE. Grayscale: #3A3A3A. Windows color (decimal): -5308111 or 3211695. OLE color: 3211695.

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

Color convert

RGB 175 1 49 -
CMYK 0 0.99 0.72 0.31
HSL 343.45º 0.99% 0.35% -
HSV(B) 343.45º 0.99% 0.69% -
XYZ 18.24 9.36 3.75 -
YUV 58.5 122.65 211.1 -
System Red Green Blue C M Y K H S L
Decimal 175 1 49 0 0.99 0.72 0.31 343.45 0.99 0.35
Hex AF 1 31 0 63 48 1F 157 63 23
Octal 257 1 61 0 143 110 37 527 143 43
Binary 10101111 1 110001 0 1100011 1001000 11111 101010111 1100011 100011

Color Harmonies of #AF0131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0131

Black with #AF0131

Text Example


Text Example

White with #AF0131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0131; }

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

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

background-color css

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

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

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

border-color css

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

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

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