Html Css Color HEX #AF0222 Carmine

📋 copy color: '#AF0222'

red 175 ◦ green 2 ◦ blue 34

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

Shades of Carmine #AF0222

Tints of Carmine #AF0222

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.95%

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

R = 82.94%
G = 0.95%
B = 16.11%

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

#AF0222 (or 0xAF0222) is known color: Carmine. HEX triplet: AF, 02 and 22. RGB value is (175,2,34). Sum of RGB (Red+Green+Blue) = 175+2+34=211 (27% of max value = 765). Red value is 175 (68.75% from 255 or 82.94% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0222 is #50FDDD. Grayscale: #393939. Windows color (decimal): -5307870 or 2228911. OLE color: 2228911.

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

Color convert

RGB 175 2 34 -
CMYK 0 0.99 0.81 0.31
HSL 348.9º 0.98% 0.35% -
HSV(B) 348.9º 0.99% 0.69% -
XYZ 17.99 9.27 2.36 -
YUV 57.38 114.81 211.9 -
System Red Green Blue C M Y K H S L
Decimal 175 2 34 0 0.99 0.81 0.31 348.9 0.98 0.35
Hex AF 2 22 0 63 51 1F 15D 62 23
Octal 257 2 42 0 143 121 37 535 142 43
Binary 10101111 10 100010 0 1100011 1010001 11111 101011101 1100010 100011

Color Harmonies of #AF0222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0222

Black with #AF0222

Text Example


Text Example

White with #AF0222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0222; }

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

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

background-color css

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

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

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

border-color css

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

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

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