Html Css Color HEX #AF032E Carmine

📋 copy color: '#AF032E'

red 175 ◦ green 3 ◦ blue 46

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

Shades of Carmine #AF032E

Tints of Carmine #AF032E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.34%

 BLUE value IS 46 (18.36% from 255) = 20.54%

R = 78.13%
G = 1.34%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF032E (or 0xAF032E) is known color: Carmine. HEX triplet: AF, 03 and 2E. RGB value is (175,3,46). Sum of RGB (Red+Green+Blue) = 175+3+46=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF032E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF032E is #50FCD1. Grayscale: #3B3B3B. Windows color (decimal): -5307602 or 3015599. OLE color: 3015599.

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

Color convert

RGB 175 3 46 -
CMYK 0 0.98 0.74 0.31
HSL 345º 0.97% 0.35% -
HSV(B) 345º 0.98% 0.69% -
XYZ 18.2 9.38 3.44 -
YUV 59.33 120.48 210.5 -
System Red Green Blue C M Y K H S L
Decimal 175 3 46 0 0.98 0.74 0.31 345 0.97 0.35
Hex AF 3 2E 0 62 4A 1F 159 61 23
Octal 257 3 56 0 142 112 37 531 141 43
Binary 10101111 11 101110 0 1100010 1001010 11111 101011001 1100001 100011

Color Harmonies of #AF032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF032E

Black with #AF032E

Text Example


Text Example

White with #AF032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF032E; }

 p { color: rgb(175,3,46); }

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

background-color css

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

 a { background-color: rgb(175,3,46); }

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

border-color css

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

 span { border-color: rgb(175,3,46); }

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