Html Css Color HEX #AF0027 Carmine

📋 copy color: '#AF0027'

red 175 ◦ green 0 ◦ blue 39

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

Shades of Carmine #AF0027

Tints of Carmine #AF0027

RGB

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

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

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

R = 81.78%
G = 0%
B = 18.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF0027 (or 0xAF0027) is known color: Carmine. HEX triplet: AF, 00 and 27. RGB value is (175,0,39). Sum of RGB (Red+Green+Blue) = 175+0+39=214 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.78% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 39 (15.62% from 255 or 18.22% from 214); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0027 is #50FFD8. Grayscale: #383838. Windows color (decimal): -5308377 or 2556079. OLE color: 2556079.

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

Color convert

RGB 175 0 39 -
CMYK 0 1 0.78 0.31
HSL 346.63º 1% 0.34% -
HSV(B) 346.63º 1% 0.69% -
XYZ 18.05 9.26 2.76 -
YUV 56.77 117.98 212.33 -
System Red Green Blue C M Y K H S L
Decimal 175 0 39 0 1 0.78 0.31 346.63 1 0.34
Hex AF 0 27 0 64 4E 1F 15B 64 22
Octal 257 0 47 0 144 116 37 533 144 42
Binary 10101111 0 100111 0 1100100 1001110 11111 101011011 1100100 100010

Color Harmonies of #AF0027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0027

Black with #AF0027

Text Example


Text Example

White with #AF0027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0027; }

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

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

background-color css

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

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

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

border-color css

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

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

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