Html Css Color HEX #AF0122 Carmine

📋 copy color: '#AF0122'

red 175 ◦ green 1 ◦ blue 34

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

Shades of Carmine #AF0122

Tints of Carmine #AF0122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.19%

R = 83.33%
G = 0.48%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF0122 (or 0xAF0122) is known color: Carmine. HEX triplet: AF, 01 and 22. RGB value is (175,1,34). Sum of RGB (Red+Green+Blue) = 175+1+34=210 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.33% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0122 is #50FEDD. Grayscale: #383838. Windows color (decimal): -5308126 or 2228655. OLE color: 2228655.

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

Color convert

RGB 175 1 34 -
CMYK 0 0.99 0.81 0.31
HSL 348.62º 0.99% 0.35% -
HSV(B) 348.62º 0.99% 0.69% -
XYZ 17.98 9.25 2.35 -
YUV 56.79 115.15 212.32 -
System Red Green Blue C M Y K H S L
Decimal 175 1 34 0 0.99 0.81 0.31 348.62 0.99 0.35
Hex AF 1 22 0 63 51 1F 15D 63 23
Octal 257 1 42 0 143 121 37 535 143 43
Binary 10101111 1 100010 0 1100011 1010001 11111 101011101 1100011 100011

Color Harmonies of #AF0122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0122

Black with #AF0122

Text Example


Text Example

White with #AF0122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0122; }

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

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

background-color css

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

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

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

border-color css

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

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

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