Html Css Color HEX #AF022D Carmine

📋 copy color: '#AF022D'

red 175 ◦ green 2 ◦ blue 45

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

Shades of Carmine #AF022D

Tints of Carmine #AF022D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 78.83%
G = 0.9%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF022D (or 0xAF022D) is known color: Carmine. HEX triplet: AF, 02 and 2D. RGB value is (175,2,45). Sum of RGB (Red+Green+Blue) = 175+2+45=222 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.83% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 175 - color contains mainly: red. Hex color #AF022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF022D is #50FDD2. Grayscale: #3A3A3A. Windows color (decimal): -5307859 or 2949807. OLE color: 2949807.

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

Color convert

RGB 175 2 45 -
CMYK 0 0.99 0.74 0.31
HSL 345.09º 0.98% 0.35% -
HSV(B) 345.09º 0.99% 0.69% -
XYZ 18.17 9.35 3.33 -
YUV 58.63 120.31 211 -
System Red Green Blue C M Y K H S L
Decimal 175 2 45 0 0.99 0.74 0.31 345.09 0.98 0.35
Hex AF 2 2D 0 63 4A 1F 159 62 23
Octal 257 2 55 0 143 112 37 531 142 43
Binary 10101111 10 101101 0 1100011 1001010 11111 101011001 1100010 100011

Color Harmonies of #AF022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF022D

Black with #AF022D

Text Example


Text Example

White with #AF022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF022D; }

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

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

background-color css

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

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

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

border-color css

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

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

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