Html Css Color HEX #AF071D Carmine

📋 copy color: '#AF071D'

red 175 ◦ green 7 ◦ blue 29

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

Shades of Carmine #AF071D

Tints of Carmine #AF071D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.32%

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

R = 82.94%
G = 3.32%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF071D (or 0xAF071D) is known color: Carmine. HEX triplet: AF, 07 and 1D. RGB value is (175,7,29). Sum of RGB (Red+Green+Blue) = 175+7+29=211 (27% of max value = 765). Red value is 175 (68.75% from 255 or 82.94% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 175 - color contains mainly: red. Hex color #AF071D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF071D is #50F8E2. Grayscale: #3B3B3B. Windows color (decimal): -5306595 or 1902511. OLE color: 1902511.

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

Color convert

RGB 175 7 29 -
CMYK 0 0.96 0.83 0.31
HSL 352.14º 0.92% 0.36% -
HSV(B) 352.14º 0.96% 0.69% -
XYZ 17.98 9.35 2.02 -
YUV 59.74 110.66 210.21 -
System Red Green Blue C M Y K H S L
Decimal 175 7 29 0 0.96 0.83 0.31 352.14 0.92 0.36
Hex AF 7 1D 0 60 53 1F 160 5C 24
Octal 257 7 35 0 140 123 37 540 134 44
Binary 10101111 111 11101 0 1100000 1010011 11111 101100000 1011100 100100

Color Harmonies of #AF071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF071D

Black with #AF071D

Text Example


Text Example

White with #AF071D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF071D; }

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

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

background-color css

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

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

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

border-color css

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

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

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