Html Css Color HEX #AF0928 Carmine

📋 copy color: '#AF0928'

red 175 ◦ green 9 ◦ blue 40

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

Shades of Carmine #AF0928

Tints of Carmine #AF0928

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.02%

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

R = 78.13%
G = 4.02%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF0928 (or 0xAF0928) is known color: Carmine. HEX triplet: AF, 09 and 28. RGB value is (175,9,40). Sum of RGB (Red+Green+Blue) = 175+9+40=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0928 is #50F6D7. Grayscale: #3E3E3E. Windows color (decimal): -5306072 or 2623919. OLE color: 2623919.

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

Color convert

RGB 175 9 40 -
CMYK 0 0.95 0.77 0.31
HSL 348.8º 0.9% 0.36% -
HSV(B) 348.8º 0.95% 0.69% -
XYZ 18.16 9.46 2.88 -
YUV 62.17 115.5 208.48 -
System Red Green Blue C M Y K H S L
Decimal 175 9 40 0 0.95 0.77 0.31 348.8 0.9 0.36
Hex AF 9 28 0 5F 4D 1F 15D 5A 24
Octal 257 11 50 0 137 115 37 535 132 44
Binary 10101111 1001 101000 0 1011111 1001101 11111 101011101 1011010 100100

Color Harmonies of #AF0928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0928

Black with #AF0928

Text Example


Text Example

White with #AF0928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0928; }

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

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

background-color css

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

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

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

border-color css

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

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

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