Html Css Color HEX #AF061D Carmine

📋 copy color: '#AF061D'

red 175 ◦ green 6 ◦ blue 29

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

Shades of Carmine #AF061D

Tints of Carmine #AF061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.86%

 BLUE value IS 29 (11.72% from 255) = 13.81%

R = 83.33%
G = 2.86%
B = 13.81%

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

#AF061D (or 0xAF061D) is known color: Carmine. HEX triplet: AF, 06 and 1D. RGB value is (175,6,29). Sum of RGB (Red+Green+Blue) = 175+6+29=210 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.33% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 175 - color contains mainly: red. Hex color #AF061D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF061D is #50F9E2. Grayscale: #3B3B3B. Windows color (decimal): -5306851 or 1902255. OLE color: 1902255.

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

Color convert

RGB 175 6 29 -
CMYK 0 0.97 0.83 0.31
HSL 351.83º 0.93% 0.35% -
HSV(B) 351.83º 0.97% 0.69% -
XYZ 17.97 9.33 2.02 -
YUV 59.15 110.99 210.63 -
System Red Green Blue C M Y K H S L
Decimal 175 6 29 0 0.97 0.83 0.31 351.83 0.93 0.35
Hex AF 6 1D 0 61 53 1F 160 5D 23
Octal 257 6 35 0 141 123 37 540 135 43
Binary 10101111 110 11101 0 1100001 1010011 11111 101100000 1011101 100011

Color Harmonies of #AF061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF061D

Black with #AF061D

Text Example


Text Example

White with #AF061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF061D; }

 p { color: rgb(175,6,29); }

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

background-color css

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

 a { background-color: rgb(175,6,29); }

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

border-color css

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

 span { border-color: rgb(175,6,29); }

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