Html Css Color HEX #AF0728 Carmine

📋 copy color: '#AF0728'

red 175 ◦ green 7 ◦ blue 40

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

Shades of Carmine #AF0728

Tints of Carmine #AF0728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.02%

R = 78.83%
G = 3.15%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF0728 (or 0xAF0728) is known color: Carmine. HEX triplet: AF, 07 and 28. RGB value is (175,7,40). Sum of RGB (Red+Green+Blue) = 175+7+40=222 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.83% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0728 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0728 is #50F8D7. Grayscale: #3D3D3D. Windows color (decimal): -5306584 or 2623407. OLE color: 2623407.

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

Color convert

RGB 175 7 40 -
CMYK 0 0.96 0.77 0.31
HSL 348.21º 0.92% 0.36% -
HSV(B) 348.21º 0.96% 0.69% -
XYZ 18.14 9.42 2.87 -
YUV 60.99 116.16 209.32 -
System Red Green Blue C M Y K H S L
Decimal 175 7 40 0 0.96 0.77 0.31 348.21 0.92 0.36
Hex AF 7 28 0 60 4D 1F 15C 5C 24
Octal 257 7 50 0 140 115 37 534 134 44
Binary 10101111 111 101000 0 1100000 1001101 11111 101011100 1011100 100100

Color Harmonies of #AF0728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0728

Black with #AF0728

Text Example


Text Example

White with #AF0728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0728; }

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

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

background-color css

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

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

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

border-color css

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

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

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