Html Css Color HEX #AF0126 Carmine

📋 copy color: '#AF0126'

red 175 ◦ green 1 ◦ blue 38

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

Shades of Carmine #AF0126

Tints of Carmine #AF0126

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 81.78%
G = 0.47%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF0126 (or 0xAF0126) is known color: Carmine. HEX triplet: AF, 01 and 26. RGB value is (175,1,38). Sum of RGB (Red+Green+Blue) = 175+1+38=214 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.78% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0126 is #50FED9. Grayscale: #393939. Windows color (decimal): -5308122 or 2490799. OLE color: 2490799.

HSL color Cylindrical-coordinate representation of color #AF0126: hue angle of 347.24º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0126 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 1 38 -
CMYK 0 0.99 0.78 0.31
HSL 347.24º 0.99% 0.35% -
HSV(B) 347.24º 0.99% 0.69% -
XYZ 18.04 9.28 2.67 -
YUV 57.24 117.15 211.99 -
System Red Green Blue C M Y K H S L
Decimal 175 1 38 0 0.99 0.78 0.31 347.24 0.99 0.35
Hex AF 1 26 0 63 4E 1F 15B 63 23
Octal 257 1 46 0 143 116 37 533 143 43
Binary 10101111 1 100110 0 1100011 1001110 11111 101011011 1100011 100011

Color Harmonies of #AF0126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0126

Black with #AF0126

Text Example


Text Example

White with #AF0126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0126; }

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

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

background-color css

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

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

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

border-color css

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

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

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