Html Css Color HEX #AF052D Carmine

📋 copy color: '#AF052D'

red 175 ◦ green 5 ◦ blue 45

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

Shades of Carmine #AF052D

Tints of Carmine #AF052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20%

R = 77.78%
G = 2.22%
B = 20%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF052D (or 0xAF052D) is known color: Carmine. HEX triplet: AF, 05 and 2D. RGB value is (175,5,45). Sum of RGB (Red+Green+Blue) = 175+5+45=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF052D is #50FAD2. Grayscale: #3C3C3C. Windows color (decimal): -5307091 or 2950575. OLE color: 2950575.

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

Color convert

RGB 175 5 45 -
CMYK 0 0.97 0.74 0.31
HSL 345.88º 0.94% 0.35% -
HSV(B) 345.88º 0.97% 0.69% -
XYZ 18.21 9.41 3.34 -
YUV 60.39 119.32 209.75 -
System Red Green Blue C M Y K H S L
Decimal 175 5 45 0 0.97 0.74 0.31 345.88 0.94 0.35
Hex AF 5 2D 0 61 4A 1F 15A 5E 23
Octal 257 5 55 0 141 112 37 532 136 43
Binary 10101111 101 101101 0 1100001 1001010 11111 101011010 1011110 100011

Color Harmonies of #AF052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF052D

Black with #AF052D

Text Example


Text Example

White with #AF052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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