Html Css Color HEX #AF042A Carmine

📋 copy color: '#AF042A'

red 175 ◦ green 4 ◦ blue 42

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

Shades of Carmine #AF042A

Tints of Carmine #AF042A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19%

R = 79.19%
G = 1.81%
B = 19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF042A (or 0xAF042A) is known color: Carmine. HEX triplet: AF, 04 and 2A. RGB value is (175,4,42). Sum of RGB (Red+Green+Blue) = 175+4+42=221 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.19% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 175 - color contains mainly: red. Hex color #AF042A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF042A is #50FBD5. Grayscale: #3B3B3B. Windows color (decimal): -5307350 or 2753711. OLE color: 2753711.

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

Color convert

RGB 175 4 42 -
CMYK 0 0.98 0.76 0.31
HSL 346.67º 0.96% 0.35% -
HSV(B) 346.67º 0.98% 0.69% -
XYZ 18.14 9.37 3.04 -
YUV 59.46 118.15 210.41 -
System Red Green Blue C M Y K H S L
Decimal 175 4 42 0 0.98 0.76 0.31 346.67 0.96 0.35
Hex AF 4 2A 0 62 4C 1F 15B 60 23
Octal 257 4 52 0 142 114 37 533 140 43
Binary 10101111 100 101010 0 1100010 1001100 11111 101011011 1100000 100011

Color Harmonies of #AF042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF042A

Black with #AF042A

Text Example


Text Example

White with #AF042A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF042A; }

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

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

background-color css

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

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

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

border-color css

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

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

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