Html Css Color HEX #AF0323 Carmine

📋 copy color: '#AF0323'

red 175 ◦ green 3 ◦ blue 35

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

Shades of Carmine #AF0323

Tints of Carmine #AF0323

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.41%

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

R = 82.16%
G = 1.41%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF0323 (or 0xAF0323) is known color: Carmine. HEX triplet: AF, 03 and 23. RGB value is (175,3,35). Sum of RGB (Red+Green+Blue) = 175+3+35=213 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.16% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0323 is #50FCDC. Grayscale: #3A3A3A. Windows color (decimal): -5307613 or 2294703. OLE color: 2294703.

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

Color convert

RGB 175 3 35 -
CMYK 0 0.98 0.8 0.31
HSL 348.84º 0.97% 0.35% -
HSV(B) 348.84º 0.98% 0.69% -
XYZ 18.02 9.3 2.44 -
YUV 58.08 114.98 211.4 -
System Red Green Blue C M Y K H S L
Decimal 175 3 35 0 0.98 0.8 0.31 348.84 0.97 0.35
Hex AF 3 23 0 62 50 1F 15D 61 23
Octal 257 3 43 0 142 120 37 535 141 43
Binary 10101111 11 100011 0 1100010 1010000 11111 101011101 1100001 100011

Color Harmonies of #AF0323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0323

Black with #AF0323

Text Example


Text Example

White with #AF0323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0323; }

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

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

background-color css

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

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

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

border-color css

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

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

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