Html Css Color HEX #AF051C Carmine

📋 copy color: '#AF051C'

red 175 ◦ green 5 ◦ blue 28

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

Shades of Carmine #AF051C

Tints of Carmine #AF051C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.46%

R = 84.13%
G = 2.4%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF051C (or 0xAF051C) is known color: Carmine. HEX triplet: AF, 05 and 1C. RGB value is (175,5,28). Sum of RGB (Red+Green+Blue) = 175+5+28=208 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.13% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 175 - color contains mainly: red. Hex color #AF051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF051C is #50FAE3. Grayscale: #3A3A3A. Windows color (decimal): -5307108 or 1836463. OLE color: 1836463.

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

Color convert

RGB 175 5 28 -
CMYK 0 0.97 0.84 0.31
HSL 351.88º 0.94% 0.35% -
HSV(B) 351.88º 0.97% 0.69% -
XYZ 17.94 9.31 1.95 -
YUV 58.45 110.82 211.13 -
System Red Green Blue C M Y K H S L
Decimal 175 5 28 0 0.97 0.84 0.31 351.88 0.94 0.35
Hex AF 5 1C 0 61 54 1F 160 5E 23
Octal 257 5 34 0 141 124 37 540 136 43
Binary 10101111 101 11100 0 1100001 1010100 11111 101100000 1011110 100011

Color Harmonies of #AF051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF051C

Black with #AF051C

Text Example


Text Example

White with #AF051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF051C; }

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

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

background-color css

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

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

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

border-color css

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

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

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