Html Css Color HEX #AF0627 Carmine

📋 copy color: '#AF0627'

red 175 ◦ green 6 ◦ blue 39

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

Shades of Carmine #AF0627

Tints of Carmine #AF0627

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.73%

 BLUE value IS 39 (15.63% from 255) = 17.73%

R = 79.55%
G = 2.73%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF0627 (or 0xAF0627) is known color: Carmine. HEX triplet: AF, 06 and 27. RGB value is (175,6,39). Sum of RGB (Red+Green+Blue) = 175+6+39=220 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.55% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0627 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0627 is #50F9D8. Grayscale: #3C3C3C. Windows color (decimal): -5306841 or 2557615. OLE color: 2557615.

HSL color Cylindrical-coordinate representation of color #AF0627: hue angle of 348.28º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0627 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 6 39 -
CMYK 0 0.97 0.78 0.31
HSL 348.28º 0.93% 0.35% -
HSV(B) 348.28º 0.97% 0.69% -
XYZ 18.11 9.39 2.78 -
YUV 60.29 115.99 209.82 -
System Red Green Blue C M Y K H S L
Decimal 175 6 39 0 0.97 0.78 0.31 348.28 0.93 0.35
Hex AF 6 27 0 61 4E 1F 15C 5D 23
Octal 257 6 47 0 141 116 37 534 135 43
Binary 10101111 110 100111 0 1100001 1001110 11111 101011100 1011101 100011

Color Harmonies of #AF0627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0627

Black with #AF0627

Text Example


Text Example

White with #AF0627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0627; }

 p { color: rgb(175,6,39); }

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

background-color css

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

 a { background-color: rgb(175,6,39); }

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

border-color css

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

 span { border-color: rgb(175,6,39); }

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