Html Css Color HEX #AF0127 Carmine

📋 copy color: '#AF0127'

red 175 ◦ green 1 ◦ blue 39

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

Shades of Carmine #AF0127

Tints of Carmine #AF0127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 81.4%
G = 0.47%
B = 18.14%

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

#AF0127 (or 0xAF0127) is known color: Carmine. HEX triplet: AF, 01 and 27. RGB value is (175,1,39). Sum of RGB (Red+Green+Blue) = 175+1+39=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0127 is #50FED8. Grayscale: #393939. Windows color (decimal): -5308121 or 2556335. OLE color: 2556335.

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

Color convert

RGB 175 1 39 -
CMYK 0 0.99 0.78 0.31
HSL 346.9º 0.99% 0.35% -
HSV(B) 346.9º 0.99% 0.69% -
XYZ 18.06 9.28 2.76 -
YUV 57.36 117.65 211.91 -
System Red Green Blue C M Y K H S L
Decimal 175 1 39 0 0.99 0.78 0.31 346.9 0.99 0.35
Hex AF 1 27 0 63 4E 1F 15B 63 23
Octal 257 1 47 0 143 116 37 533 143 43
Binary 10101111 1 100111 0 1100011 1001110 11111 101011011 1100011 100011

Color Harmonies of #AF0127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0127

Black with #AF0127

Text Example


Text Example

White with #AF0127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0127; }

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

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

background-color css

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

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

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

border-color css

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

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

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