Html Css Color HEX #AF0030 Carmine

📋 copy color: '#AF0030'

red 175 ◦ green 0 ◦ blue 48

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

Shades of Carmine #AF0030

Tints of Carmine #AF0030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 48 (19.14% from 255) = 21.52%

R = 78.48%
G = 0%
B = 21.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF0030 (or 0xAF0030) is known color: Carmine. HEX triplet: AF, 00 and 30. RGB value is (175,0,48). Sum of RGB (Red+Green+Blue) = 175+0+48=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0030 is #50FFCF. Grayscale: #393939. Windows color (decimal): -5308368 or 3145903. OLE color: 3145903.

HSL color Cylindrical-coordinate representation of color #AF0030: hue angle of 343.54º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF0030 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 0 48 -
CMYK 0 1 0.73 0.31
HSL 343.54º 1% 0.34% -
HSV(B) 343.54º 1% 0.69% -
XYZ 18.21 9.33 3.64 -
YUV 57.8 122.48 211.6 -
System Red Green Blue C M Y K H S L
Decimal 175 0 48 0 1 0.73 0.31 343.54 1 0.34
Hex AF 0 30 0 64 49 1F 158 64 22
Octal 257 0 60 0 144 111 37 530 144 42
Binary 10101111 0 110000 0 1100100 1001001 11111 101011000 1100100 100010

Color Harmonies of #AF0030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0030

Black with #AF0030

Text Example


Text Example

White with #AF0030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0030; }

 p { color: rgb(175,0,48); }

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

background-color css

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

 a { background-color: rgb(175,0,48); }

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

border-color css

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

 span { border-color: rgb(175,0,48); }

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