Html Css Color HEX #AF072D Carmine

📋 copy color: '#AF072D'

red 175 ◦ green 7 ◦ blue 45

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

Shades of Carmine #AF072D

Tints of Carmine #AF072D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.08%

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

R = 77.09%
G = 3.08%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF072D (or 0xAF072D) is known color: Carmine. HEX triplet: AF, 07 and 2D. RGB value is (175,7,45). Sum of RGB (Red+Green+Blue) = 175+7+45=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF072D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF072D is #50F8D2. Grayscale: #3D3D3D. Windows color (decimal): -5306579 or 2951087. OLE color: 2951087.

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

Color convert

RGB 175 7 45 -
CMYK 0 0.96 0.74 0.31
HSL 346.43º 0.92% 0.36% -
HSV(B) 346.43º 0.96% 0.69% -
XYZ 18.23 9.46 3.35 -
YUV 61.56 118.66 208.91 -
System Red Green Blue C M Y K H S L
Decimal 175 7 45 0 0.96 0.74 0.31 346.43 0.92 0.36
Hex AF 7 2D 0 60 4A 1F 15A 5C 24
Octal 257 7 55 0 140 112 37 532 134 44
Binary 10101111 111 101101 0 1100000 1001010 11111 101011010 1011100 100100

Color Harmonies of #AF072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF072D

Black with #AF072D

Text Example


Text Example

White with #AF072D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF072D; }

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

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

background-color css

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

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

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

border-color css

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

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

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