Html Css Color HEX #AF0223 Carmine

📋 copy color: '#AF0223'

red 175 ◦ green 2 ◦ blue 35

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

Shades of Carmine #AF0223

Tints of Carmine #AF0223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.51%

R = 82.55%
G = 0.94%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF0223 (or 0xAF0223) is known color: Carmine. HEX triplet: AF, 02 and 23. RGB value is (175,2,35). Sum of RGB (Red+Green+Blue) = 175+2+35=212 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.55% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0223 is #50FDDC. Grayscale: #393939. Windows color (decimal): -5307869 or 2294447. OLE color: 2294447.

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

Color convert

RGB 175 2 35 -
CMYK 0 0.99 0.8 0.31
HSL 348.55º 0.98% 0.35% -
HSV(B) 348.55º 0.99% 0.69% -
XYZ 18 9.28 2.43 -
YUV 57.49 115.31 211.82 -
System Red Green Blue C M Y K H S L
Decimal 175 2 35 0 0.99 0.8 0.31 348.55 0.98 0.35
Hex AF 2 23 0 63 50 1F 15D 62 23
Octal 257 2 43 0 143 120 37 535 142 43
Binary 10101111 10 100011 0 1100011 1010000 11111 101011101 1100010 100011

Color Harmonies of #AF0223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0223

Black with #AF0223

Text Example


Text Example

White with #AF0223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0223; }

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

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

background-color css

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

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

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

border-color css

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

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

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