Html Css Color HEX #AF002E Carmine

📋 copy color: '#AF002E'

red 175 ◦ green 0 ◦ blue 46

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

Shades of Carmine #AF002E

Tints of Carmine #AF002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.81%

R = 79.19%
G = 0%
B = 20.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF002E (or 0xAF002E) is known color: Carmine. HEX triplet: AF, 00 and 2E. RGB value is (175,0,46). Sum of RGB (Red+Green+Blue) = 175+0+46=221 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.19% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 175 - color contains mainly: red. Hex color #AF002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF002E is #50FFD1. Grayscale: #393939. Windows color (decimal): -5308370 or 3014831. OLE color: 3014831.

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

Color convert

RGB 175 0 46 -
CMYK 0 1 0.74 0.31
HSL 344.23º 1% 0.34% -
HSV(B) 344.23º 1% 0.69% -
XYZ 18.17 9.31 3.42 -
YUV 57.57 121.48 211.76 -
System Red Green Blue C M Y K H S L
Decimal 175 0 46 0 1 0.74 0.31 344.23 1 0.34
Hex AF 0 2E 0 64 4A 1F 158 64 22
Octal 257 0 56 0 144 112 37 530 144 42
Binary 10101111 0 101110 0 1100100 1001010 11111 101011000 1100100 100010

Color Harmonies of #AF002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF002E

Black with #AF002E

Text Example


Text Example

White with #AF002E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF002E; }

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

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

background-color css

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

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

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

border-color css

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

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

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