Html Css Color HEX #AF072A Carmine

📋 copy color: '#AF072A'

red 175 ◦ green 7 ◦ blue 42

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

Shades of Carmine #AF072A

Tints of Carmine #AF072A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.75%

R = 78.13%
G = 3.13%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF072A (or 0xAF072A) is known color: Carmine. HEX triplet: AF, 07 and 2A. RGB value is (175,7,42). Sum of RGB (Red+Green+Blue) = 175+7+42=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF072A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF072A is #50F8D5. Grayscale: #3D3D3D. Windows color (decimal): -5306582 or 2754479. OLE color: 2754479.

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

Color convert

RGB 175 7 42 -
CMYK 0 0.96 0.76 0.31
HSL 347.5º 0.92% 0.36% -
HSV(B) 347.5º 0.96% 0.69% -
XYZ 18.17 9.43 3.05 -
YUV 61.22 117.16 209.15 -
System Red Green Blue C M Y K H S L
Decimal 175 7 42 0 0.96 0.76 0.31 347.5 0.92 0.36
Hex AF 7 2A 0 60 4C 1F 15C 5C 24
Octal 257 7 52 0 140 114 37 534 134 44
Binary 10101111 111 101010 0 1100000 1001100 11111 101011100 1011100 100100

Color Harmonies of #AF072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF072A

Black with #AF072A

Text Example


Text Example

White with #AF072A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF072A; }

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

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

background-color css

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

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

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

border-color css

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

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

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