Html Css Color HEX #AF072C Carmine

📋 copy color: '#AF072C'

red 175 ◦ green 7 ◦ blue 44

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

Shades of Carmine #AF072C

Tints of Carmine #AF072C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.47%

R = 77.43%
G = 3.1%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF072C (or 0xAF072C) is known color: Carmine. HEX triplet: AF, 07 and 2C. RGB value is (175,7,44). Sum of RGB (Red+Green+Blue) = 175+7+44=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF072C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF072C is #50F8D3. Grayscale: #3D3D3D. Windows color (decimal): -5306580 or 2885551. OLE color: 2885551.

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

Color convert

RGB 175 7 44 -
CMYK 0 0.96 0.75 0.31
HSL 346.79º 0.92% 0.36% -
HSV(B) 346.79º 0.96% 0.69% -
XYZ 18.21 9.45 3.25 -
YUV 61.45 118.16 208.99 -
System Red Green Blue C M Y K H S L
Decimal 175 7 44 0 0.96 0.75 0.31 346.79 0.92 0.36
Hex AF 7 2C 0 60 4B 1F 15B 5C 24
Octal 257 7 54 0 140 113 37 533 134 44
Binary 10101111 111 101100 0 1100000 1001011 11111 101011011 1011100 100100

Color Harmonies of #AF072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF072C

Black with #AF072C

Text Example


Text Example

White with #AF072C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF072C; }

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

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

background-color css

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

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

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

border-color css

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

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

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