Html Css Color HEX #A4041D Carmine

📋 copy color: '#A4041D'

red 164 ◦ green 4 ◦ blue 29

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

Shades of Carmine #A4041D

Tints of Carmine #A4041D

RGB

 RED value IS 164 (64.45% from 255) = 83.25%

 GREEN value IS 4 (1.95% from 255) = 2.03%

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

R = 83.25%
G = 2.03%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A4041D (or 0xA4041D) is known color: Carmine. HEX triplet: A4, 04 and 1D. RGB value is (164,4,29). Sum of RGB (Red+Green+Blue) = 164+4+29=197 (26% of max value = 765). Red value is 164 (64.45% from 255 or 83.25% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 164 - color contains mainly: red. Hex color #A4041D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4041D is #5BFBE2. Grayscale: #363636. Windows color (decimal): -6028259 or 1901732. OLE color: 1901732.

HSL color Cylindrical-coordinate representation of color #A4041D: hue angle of 350.62º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A4041D is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 4 29 -
CMYK 0 0.98 0.82 0.36
HSL 350.63º 0.95% 0.33% -
HSV(B) 350.63º 0.98% 0.64% -
XYZ 15.58 8.07 1.9 -
YUV 54.69 113.51 205.97 -
System Red Green Blue C M Y K H S L
Decimal 164 4 29 0 0.98 0.82 0.36 350.63 0.95 0.33
Hex A4 4 1D 0 62 52 24 15F 5F 21
Octal 244 4 35 0 142 122 44 537 137 41
Binary 10100100 100 11101 0 1100010 1010010 100100 101011111 1011111 100001

Color Harmonies of #A4041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4041D

Black with #A4041D

Text Example


Text Example

White with #A4041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4041D; }

 p { color: rgb(164,4,29); }

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

background-color css

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

 a { background-color: rgb(164,4,29); }

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

border-color css

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

 span { border-color: rgb(164,4,29); }

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