Html Css Color HEX #AF0724 Carmine

📋 copy color: '#AF0724'

red 175 ◦ green 7 ◦ blue 36

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

Shades of Carmine #AF0724

Tints of Carmine #AF0724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.51%

R = 80.28%
G = 3.21%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF0724 (or 0xAF0724) is known color: Carmine. HEX triplet: AF, 07 and 24. RGB value is (175,7,36). Sum of RGB (Red+Green+Blue) = 175+7+36=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0724 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0724 is #50F8DB. Grayscale: #3C3C3C. Windows color (decimal): -5306588 or 2361263. OLE color: 2361263.

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

Color convert

RGB 175 7 36 -
CMYK 0 0.96 0.79 0.31
HSL 349.64º 0.92% 0.36% -
HSV(B) 349.64º 0.96% 0.69% -
XYZ 18.07 9.39 2.53 -
YUV 60.54 114.16 209.64 -
System Red Green Blue C M Y K H S L
Decimal 175 7 36 0 0.96 0.79 0.31 349.64 0.92 0.36
Hex AF 7 24 0 60 4F 1F 15E 5C 24
Octal 257 7 44 0 140 117 37 536 134 44
Binary 10101111 111 100100 0 1100000 1001111 11111 101011110 1011100 100100

Color Harmonies of #AF0724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0724

Black with #AF0724

Text Example


Text Example

White with #AF0724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0724; }

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

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

background-color css

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

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

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

border-color css

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

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

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