Html Css Color HEX #AF062B Carmine

📋 copy color: '#AF062B'

red 175 ◦ green 6 ◦ blue 43

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

Shades of Carmine #AF062B

Tints of Carmine #AF062B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.2%

R = 78.13%
G = 2.68%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF062B (or 0xAF062B) is known color: Carmine. HEX triplet: AF, 06 and 2B. RGB value is (175,6,43). Sum of RGB (Red+Green+Blue) = 175+6+43=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF062B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF062B is #50F9D4. Grayscale: #3C3C3C. Windows color (decimal): -5306837 or 2819759. OLE color: 2819759.

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

Color convert

RGB 175 6 43 -
CMYK 0 0.97 0.75 0.31
HSL 346.86º 0.93% 0.35% -
HSV(B) 346.86º 0.97% 0.69% -
XYZ 18.18 9.42 3.15 -
YUV 60.75 117.99 209.49 -
System Red Green Blue C M Y K H S L
Decimal 175 6 43 0 0.97 0.75 0.31 346.86 0.93 0.35
Hex AF 6 2B 0 61 4B 1F 15B 5D 23
Octal 257 6 53 0 141 113 37 533 135 43
Binary 10101111 110 101011 0 1100001 1001011 11111 101011011 1011101 100011

Color Harmonies of #AF062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF062B

Black with #AF062B

Text Example


Text Example

White with #AF062B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF062B; }

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

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

background-color css

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

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

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

border-color css

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

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

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