Html Css Color HEX #AF011E Carmine

📋 copy color: '#AF011E'

red 175 ◦ green 1 ◦ blue 30

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

Shades of Carmine #AF011E

Tints of Carmine #AF011E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 30 (12.11% from 255) = 14.56%

R = 84.95%
G = 0.49%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF011E (or 0xAF011E) is known color: Carmine. HEX triplet: AF, 01 and 1E. RGB value is (175,1,30). Sum of RGB (Red+Green+Blue) = 175+1+30=206 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.95% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 175 - color contains mainly: red. Hex color #AF011E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF011E is #50FEE1. Grayscale: #383838. Windows color (decimal): -5308130 or 1966511. OLE color: 1966511.

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

Color convert

RGB 175 1 30 -
CMYK 0 0.99 0.83 0.31
HSL 350º 0.99% 0.35% -
HSV(B) 350º 0.99% 0.69% -
XYZ 17.92 9.23 2.07 -
YUV 56.33 113.15 212.64 -
System Red Green Blue C M Y K H S L
Decimal 175 1 30 0 0.99 0.83 0.31 350 0.99 0.35
Hex AF 1 1E 0 63 53 1F 15E 63 23
Octal 257 1 36 0 143 123 37 536 143 43
Binary 10101111 1 11110 0 1100011 1010011 11111 101011110 1100011 100011

Color Harmonies of #AF011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF011E

Black with #AF011E

Text Example


Text Example

White with #AF011E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF011E; }

 p { color: rgb(175,1,30); }

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

background-color css

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

 a { background-color: rgb(175,1,30); }

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

border-color css

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

 span { border-color: rgb(175,1,30); }

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