Html Css Color HEX #AF0927 Carmine

📋 copy color: '#AF0927'

red 175 ◦ green 9 ◦ blue 39

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

Shades of Carmine #AF0927

Tints of Carmine #AF0927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.49%

R = 78.48%
G = 4.04%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF0927 (or 0xAF0927) is known color: Carmine. HEX triplet: AF, 09 and 27. RGB value is (175,9,39). Sum of RGB (Red+Green+Blue) = 175+9+39=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0927 is #50F6D8. Grayscale: #3E3E3E. Windows color (decimal): -5306073 or 2558383. OLE color: 2558383.

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

Color convert

RGB 175 9 39 -
CMYK 0 0.95 0.78 0.31
HSL 349.16º 0.9% 0.36% -
HSV(B) 349.16º 0.95% 0.69% -
XYZ 18.14 9.46 2.79 -
YUV 62.05 115 208.56 -
System Red Green Blue C M Y K H S L
Decimal 175 9 39 0 0.95 0.78 0.31 349.16 0.9 0.36
Hex AF 9 27 0 5F 4E 1F 15D 5A 24
Octal 257 11 47 0 137 116 37 535 132 44
Binary 10101111 1001 100111 0 1011111 1001110 11111 101011101 1011010 100100

Color Harmonies of #AF0927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0927

Black with #AF0927

Text Example


Text Example

White with #AF0927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0927; }

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

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

background-color css

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

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

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

border-color css

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

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

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