Html Css Color HEX #AF0227 Carmine

📋 copy color: '#AF0227'

red 175 ◦ green 2 ◦ blue 39

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

Shades of Carmine #AF0227

Tints of Carmine #AF0227

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 81.02%
G = 0.93%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF0227 (or 0xAF0227) is known color: Carmine. HEX triplet: AF, 02 and 27. RGB value is (175,2,39). Sum of RGB (Red+Green+Blue) = 175+2+39=216 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.02% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0227 is #50FDD8. Grayscale: #393939. Windows color (decimal): -5307865 or 2556591. OLE color: 2556591.

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

Color convert

RGB 175 2 39 -
CMYK 0 0.99 0.78 0.31
HSL 347.17º 0.98% 0.35% -
HSV(B) 347.17º 0.99% 0.69% -
XYZ 18.07 9.3 2.76 -
YUV 57.95 117.31 211.49 -
System Red Green Blue C M Y K H S L
Decimal 175 2 39 0 0.99 0.78 0.31 347.17 0.98 0.35
Hex AF 2 27 0 63 4E 1F 15B 62 23
Octal 257 2 47 0 143 116 37 533 142 43
Binary 10101111 10 100111 0 1100011 1001110 11111 101011011 1100010 100011

Color Harmonies of #AF0227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0227

Black with #AF0227

Text Example


Text Example

White with #AF0227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0227; }

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

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

background-color css

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

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

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

border-color css

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

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

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