Html Css Color HEX #AF0926 Carmine

📋 copy color: '#AF0926'

red 175 ◦ green 9 ◦ blue 38

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

Shades of Carmine #AF0926

Tints of Carmine #AF0926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.12%

R = 78.83%
G = 4.05%
B = 17.12%

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

#AF0926 (or 0xAF0926) is known color: Carmine. HEX triplet: AF, 09 and 26. RGB value is (175,9,38). Sum of RGB (Red+Green+Blue) = 175+9+38=222 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.83% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0926 is #50F6D9. Grayscale: #3D3D3D. Windows color (decimal): -5306074 or 2492847. OLE color: 2492847.

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

Color convert

RGB 175 9 38 -
CMYK 0 0.95 0.78 0.31
HSL 349.52º 0.9% 0.36% -
HSV(B) 349.52º 0.95% 0.69% -
XYZ 18.13 9.45 2.7 -
YUV 61.94 114.5 208.64 -
System Red Green Blue C M Y K H S L
Decimal 175 9 38 0 0.95 0.78 0.31 349.52 0.9 0.36
Hex AF 9 26 0 5F 4E 1F 15E 5A 24
Octal 257 11 46 0 137 116 37 536 132 44
Binary 10101111 1001 100110 0 1011111 1001110 11111 101011110 1011010 100100

Color Harmonies of #AF0926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0926

Black with #AF0926

Text Example


Text Example

White with #AF0926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0926; }

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

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

background-color css

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

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

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

border-color css

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

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

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