Html Css Color HEX #AF002A Carmine

📋 copy color: '#AF002A'

red 175 ◦ green 0 ◦ blue 42

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

Shades of Carmine #AF002A

Tints of Carmine #AF002A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.65%
G = 0%
B = 19.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF002A (or 0xAF002A) is known color: Carmine. HEX triplet: AF, 00 and 2A. RGB value is (175,0,42). Sum of RGB (Red+Green+Blue) = 175+0+42=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF002A is #50FFD5. Grayscale: #393939. Windows color (decimal): -5308374 or 2752687. OLE color: 2752687.

HSL color Cylindrical-coordinate representation of color #AF002A: hue angle of 345.6º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF002A is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 0 42 -
CMYK 0 1 0.76 0.31
HSL 345.6º 1% 0.34% -
HSV(B) 345.6º 1% 0.69% -
XYZ 18.1 9.28 3.03 -
YUV 57.11 119.48 212.08 -
System Red Green Blue C M Y K H S L
Decimal 175 0 42 0 1 0.76 0.31 345.6 1 0.34
Hex AF 0 2A 0 64 4C 1F 15A 64 22
Octal 257 0 52 0 144 114 37 532 144 42
Binary 10101111 0 101010 0 1100100 1001100 11111 101011010 1100100 100010

Color Harmonies of #AF002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF002A

Black with #AF002A

Text Example


Text Example

White with #AF002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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