Html Css Color HEX #AF0523 Carmine

📋 copy color: '#AF0523'

red 175 ◦ green 5 ◦ blue 35

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

Shades of Carmine #AF0523

Tints of Carmine #AF0523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.28%

R = 81.4%
G = 2.33%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF0523 (or 0xAF0523) is known color: Carmine. HEX triplet: AF, 05 and 23. RGB value is (175,5,35). Sum of RGB (Red+Green+Blue) = 175+5+35=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0523 is #50FADC. Grayscale: #3B3B3B. Windows color (decimal): -5307101 or 2295215. OLE color: 2295215.

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

Color convert

RGB 175 5 35 -
CMYK 0 0.97 0.8 0.31
HSL 349.41º 0.94% 0.35% -
HSV(B) 349.41º 0.97% 0.69% -
XYZ 18.04 9.34 2.44 -
YUV 59.25 114.32 210.56 -
System Red Green Blue C M Y K H S L
Decimal 175 5 35 0 0.97 0.8 0.31 349.41 0.94 0.35
Hex AF 5 23 0 61 50 1F 15D 5E 23
Octal 257 5 43 0 141 120 37 535 136 43
Binary 10101111 101 100011 0 1100001 1010000 11111 101011101 1011110 100011

Color Harmonies of #AF0523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0523

Black with #AF0523

Text Example


Text Example

White with #AF0523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0523; }

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

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

background-color css

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

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

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

border-color css

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

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

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