Html Css Color HEX #AF032D Carmine

📋 copy color: '#AF032D'

red 175 ◦ green 3 ◦ blue 45

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

Shades of Carmine #AF032D

Tints of Carmine #AF032D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

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

R = 78.48%
G = 1.35%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF032D (or 0xAF032D) is known color: Carmine. HEX triplet: AF, 03 and 2D. RGB value is (175,3,45). Sum of RGB (Red+Green+Blue) = 175+3+45=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF032D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF032D is #50FCD2. Grayscale: #3B3B3B. Windows color (decimal): -5307603 or 2950063. OLE color: 2950063.

HSL color Cylindrical-coordinate representation of color #AF032D: hue angle of 345.35º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF032D is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 3 45 -
CMYK 0 0.98 0.74 0.31
HSL 345.35º 0.97% 0.35% -
HSV(B) 345.35º 0.98% 0.69% -
XYZ 18.19 9.37 3.33 -
YUV 59.22 119.98 210.58 -
System Red Green Blue C M Y K H S L
Decimal 175 3 45 0 0.98 0.74 0.31 345.35 0.97 0.35
Hex AF 3 2D 0 62 4A 1F 159 61 23
Octal 257 3 55 0 142 112 37 531 141 43
Binary 10101111 11 101101 0 1100010 1001010 11111 101011001 1100001 100011

Color Harmonies of #AF032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF032D

Black with #AF032D

Text Example


Text Example

White with #AF032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF032D; }

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

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

background-color css

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

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

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

border-color css

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

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

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