Html Css Color HEX #AF0525 Carmine

📋 copy color: '#AF0525'

red 175 ◦ green 5 ◦ blue 37

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

Shades of Carmine #AF0525

Tints of Carmine #AF0525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.05%

R = 80.65%
G = 2.3%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF0525 (or 0xAF0525) is known color: Carmine. HEX triplet: AF, 05 and 25. RGB value is (175,5,37). Sum of RGB (Red+Green+Blue) = 175+5+37=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0525 is #50FADA. Grayscale: #3B3B3B. Windows color (decimal): -5307099 or 2426287. OLE color: 2426287.

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

Color convert

RGB 175 5 37 -
CMYK 0 0.97 0.79 0.31
HSL 348.71º 0.94% 0.35% -
HSV(B) 348.71º 0.97% 0.69% -
XYZ 18.07 9.36 2.6 -
YUV 59.48 115.32 210.4 -
System Red Green Blue C M Y K H S L
Decimal 175 5 37 0 0.97 0.79 0.31 348.71 0.94 0.35
Hex AF 5 25 0 61 4F 1F 15D 5E 23
Octal 257 5 45 0 141 117 37 535 136 43
Binary 10101111 101 100101 0 1100001 1001111 11111 101011101 1011110 100011

Color Harmonies of #AF0525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0525

Black with #AF0525

Text Example


Text Example

White with #AF0525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0525; }

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

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

background-color css

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

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

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

border-color css

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

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

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