Html Css Color HEX #AF031B Carmine

📋 copy color: '#AF031B'

red 175 ◦ green 3 ◦ blue 27

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

Shades of Carmine #AF031B

Tints of Carmine #AF031B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.17%

R = 85.37%
G = 1.46%
B = 13.17%

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

#AF031B (or 0xAF031B) is known color: Carmine. HEX triplet: AF, 03 and 1B. RGB value is (175,3,27). Sum of RGB (Red+Green+Blue) = 175+3+27=205 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.37% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 175 - color contains mainly: red. Hex color #AF031B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF031B is #50FCE4. Grayscale: #393939. Windows color (decimal): -5307621 or 1770415. OLE color: 1770415.

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

Color convert

RGB 175 3 27 -
CMYK 0 0.98 0.85 0.31
HSL 351.63º 0.97% 0.35% -
HSV(B) 351.63º 0.98% 0.69% -
XYZ 17.91 9.26 1.88 -
YUV 57.16 110.98 212.05 -
System Red Green Blue C M Y K H S L
Decimal 175 3 27 0 0.98 0.85 0.31 351.63 0.97 0.35
Hex AF 3 1B 0 62 55 1F 160 61 23
Octal 257 3 33 0 142 125 37 540 141 43
Binary 10101111 11 11011 0 1100010 1010101 11111 101100000 1100001 100011

Color Harmonies of #AF031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF031B

Black with #AF031B

Text Example


Text Example

White with #AF031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF031B; }

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

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

background-color css

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

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

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

border-color css

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

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

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