Html Css Color HEX #AF051E Carmine

📋 copy color: '#AF051E'

red 175 ◦ green 5 ◦ blue 30

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

Shades of Carmine #AF051E

Tints of Carmine #AF051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.38%

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

R = 83.33%
G = 2.38%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF051E (or 0xAF051E) is known color: Carmine. HEX triplet: AF, 05 and 1E. RGB value is (175,5,30). Sum of RGB (Red+Green+Blue) = 175+5+30=210 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.33% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 175 - color contains mainly: red. Hex color #AF051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF051E is #50FAE1. Grayscale: #3A3A3A. Windows color (decimal): -5307106 or 1967535. OLE color: 1967535.

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

Color convert

RGB 175 5 30 -
CMYK 0 0.97 0.83 0.31
HSL 351.18º 0.94% 0.35% -
HSV(B) 351.18º 0.97% 0.69% -
XYZ 17.97 9.32 2.08 -
YUV 58.68 111.82 210.97 -
System Red Green Blue C M Y K H S L
Decimal 175 5 30 0 0.97 0.83 0.31 351.18 0.94 0.35
Hex AF 5 1E 0 61 53 1F 15F 5E 23
Octal 257 5 36 0 141 123 37 537 136 43
Binary 10101111 101 11110 0 1100001 1010011 11111 101011111 1011110 100011

Color Harmonies of #AF051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF051E

Black with #AF051E

Text Example


Text Example

White with #AF051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF051E; }

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

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

background-color css

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

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

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

border-color css

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

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

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