Html Css Color HEX #AF0527 Carmine

📋 copy color: '#AF0527'

red 175 ◦ green 5 ◦ blue 39

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

Shades of Carmine #AF0527

Tints of Carmine #AF0527

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.28%

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

R = 79.91%
G = 2.28%
B = 17.81%

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

#AF0527 (or 0xAF0527) is known color: Carmine. HEX triplet: AF, 05 and 27. RGB value is (175,5,39). Sum of RGB (Red+Green+Blue) = 175+5+39=219 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.91% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0527 is #50FAD8. Grayscale: #3B3B3B. Windows color (decimal): -5307097 or 2557359. OLE color: 2557359.

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

Color convert

RGB 175 5 39 -
CMYK 0 0.97 0.78 0.31
HSL 348º 0.94% 0.35% -
HSV(B) 348º 0.97% 0.69% -
XYZ 18.1 9.37 2.77 -
YUV 59.71 116.32 210.24 -
System Red Green Blue C M Y K H S L
Decimal 175 5 39 0 0.97 0.78 0.31 348 0.94 0.35
Hex AF 5 27 0 61 4E 1F 15C 5E 23
Octal 257 5 47 0 141 116 37 534 136 43
Binary 10101111 101 100111 0 1100001 1001110 11111 101011100 1011110 100011

Color Harmonies of #AF0527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0527

Black with #AF0527

Text Example


Text Example

White with #AF0527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0527; }

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

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

background-color css

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

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

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

border-color css

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

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

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