Html Css Color HEX #AF041E Carmine

📋 copy color: '#AF041E'

red 175 ◦ green 4 ◦ blue 30

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

Shades of Carmine #AF041E

Tints of Carmine #AF041E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.35%

R = 83.73%
G = 1.91%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF041E (or 0xAF041E) is known color: Carmine. HEX triplet: AF, 04 and 1E. RGB value is (175,4,30). Sum of RGB (Red+Green+Blue) = 175+4+30=209 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.73% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 175 - color contains mainly: red. Hex color #AF041E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF041E is #50FBE1. Grayscale: #3A3A3A. Windows color (decimal): -5307362 or 1967279. OLE color: 1967279.

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

Color convert

RGB 175 4 30 -
CMYK 0 0.98 0.83 0.31
HSL 350.88º 0.96% 0.35% -
HSV(B) 350.88º 0.98% 0.69% -
XYZ 17.96 9.29 2.08 -
YUV 58.09 112.15 211.39 -
System Red Green Blue C M Y K H S L
Decimal 175 4 30 0 0.98 0.83 0.31 350.88 0.96 0.35
Hex AF 4 1E 0 62 53 1F 15F 60 23
Octal 257 4 36 0 142 123 37 537 140 43
Binary 10101111 100 11110 0 1100010 1010011 11111 101011111 1100000 100011

Color Harmonies of #AF041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF041E

Black with #AF041E

Text Example


Text Example

White with #AF041E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF041E; }

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

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

background-color css

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

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

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

border-color css

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

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

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