Html Css Color HEX #AF041C Carmine

📋 copy color: '#AF041C'

red 175 ◦ green 4 ◦ blue 28

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

Shades of Carmine #AF041C

Tints of Carmine #AF041C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.93%

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

R = 84.54%
G = 1.93%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF041C (or 0xAF041C) is known color: Carmine. HEX triplet: AF, 04 and 1C. RGB value is (175,4,28). Sum of RGB (Red+Green+Blue) = 175+4+28=207 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.54% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 175 - color contains mainly: red. Hex color #AF041C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF041C is #50FBE3. Grayscale: #393939. Windows color (decimal): -5307364 or 1836207. OLE color: 1836207.

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

Color convert

RGB 175 4 28 -
CMYK 0 0.98 0.84 0.31
HSL 351.58º 0.96% 0.35% -
HSV(B) 351.58º 0.98% 0.69% -
XYZ 17.93 9.28 1.95 -
YUV 57.87 111.15 211.55 -
System Red Green Blue C M Y K H S L
Decimal 175 4 28 0 0.98 0.84 0.31 351.58 0.96 0.35
Hex AF 4 1C 0 62 54 1F 160 60 23
Octal 257 4 34 0 142 124 37 540 140 43
Binary 10101111 100 11100 0 1100010 1010100 11111 101100000 1100000 100011

Color Harmonies of #AF041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF041C

Black with #AF041C

Text Example


Text Example

White with #AF041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF041C; }

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

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

background-color css

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

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

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

border-color css

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

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

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