Html Css Color HEX #AF0622 Carmine

📋 copy color: '#AF0622'

red 175 ◦ green 6 ◦ blue 34

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

Shades of Carmine #AF0622

Tints of Carmine #AF0622

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.79%

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

R = 81.4%
G = 2.79%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF0622 (or 0xAF0622) is known color: Carmine. HEX triplet: AF, 06 and 22. RGB value is (175,6,34). Sum of RGB (Red+Green+Blue) = 175+6+34=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 34 (13.67% from 255 or 15.81% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0622 is #50F9DD. Grayscale: #3B3B3B. Windows color (decimal): -5306846 or 2229935. OLE color: 2229935.

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

Color convert

RGB 175 6 34 -
CMYK 0 0.97 0.81 0.31
HSL 350.06º 0.93% 0.35% -
HSV(B) 350.06º 0.97% 0.69% -
XYZ 18.03 9.36 2.37 -
YUV 59.72 113.49 210.22 -
System Red Green Blue C M Y K H S L
Decimal 175 6 34 0 0.97 0.81 0.31 350.06 0.93 0.35
Hex AF 6 22 0 61 51 1F 15E 5D 23
Octal 257 6 42 0 141 121 37 536 135 43
Binary 10101111 110 100010 0 1100001 1010001 11111 101011110 1011101 100011

Color Harmonies of #AF0622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0622

Black with #AF0622

Text Example


Text Example

White with #AF0622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0622; }

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

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

background-color css

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

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

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

border-color css

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

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

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