Html Css Color HEX #AF0920 Carmine

📋 copy color: '#AF0920'

red 175 ◦ green 9 ◦ blue 32

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

Shades of Carmine #AF0920

Tints of Carmine #AF0920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.81%

R = 81.02%
G = 4.17%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF0920 (or 0xAF0920) is known color: Carmine. HEX triplet: AF, 09 and 20. RGB value is (175,9,32). Sum of RGB (Red+Green+Blue) = 175+9+32=216 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.02% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0920 is #50F6DF. Grayscale: #3D3D3D. Windows color (decimal): -5306080 or 2099631. OLE color: 2099631.

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

Color convert

RGB 175 9 32 -
CMYK 0 0.95 0.82 0.31
HSL 351.69º 0.9% 0.36% -
HSV(B) 351.69º 0.95% 0.69% -
XYZ 18.04 9.41 2.23 -
YUV 61.26 111.5 209.13 -
System Red Green Blue C M Y K H S L
Decimal 175 9 32 0 0.95 0.82 0.31 351.69 0.9 0.36
Hex AF 9 20 0 5F 52 1F 160 5A 24
Octal 257 11 40 0 137 122 37 540 132 44
Binary 10101111 1001 100000 0 1011111 1010010 11111 101100000 1011010 100100

Color Harmonies of #AF0920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0920

Black with #AF0920

Text Example


Text Example

White with #AF0920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0920; }

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

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

background-color css

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

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

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

border-color css

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

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

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