Html Css Color HEX #A4061A Carmine

📋 copy color: '#A4061A'

red 164 ◦ green 6 ◦ blue 26

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

Shades of Carmine #A4061A

Tints of Carmine #A4061A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.27%

R = 83.67%
G = 3.06%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4061A (or 0xA4061A) is known color: Carmine. HEX triplet: A4, 06 and 1A. RGB value is (164,6,26). Sum of RGB (Red+Green+Blue) = 164+6+26=196 (25% of max value = 765). Red value is 164 (64.45% from 255 or 83.67% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 164 - color contains mainly: red. Hex color #A4061A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4061A is #5BF9E5. Grayscale: #373737. Windows color (decimal): -6027750 or 1705636. OLE color: 1705636.

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

Color convert

RGB 164 6 26 -
CMYK 0 0.96 0.84 0.36
HSL 352.41º 0.93% 0.33% -
HSV(B) 352.41º 0.96% 0.64% -
XYZ 15.56 8.1 1.72 -
YUV 55.52 111.35 205.37 -
System Red Green Blue C M Y K H S L
Decimal 164 6 26 0 0.96 0.84 0.36 352.41 0.93 0.33
Hex A4 6 1A 0 60 54 24 160 5D 21
Octal 244 6 32 0 140 124 44 540 135 41
Binary 10100100 110 11010 0 1100000 1010100 100100 101100000 1011101 100001

Color Harmonies of #A4061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4061A

Black with #A4061A

Text Example


Text Example

White with #A4061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4061A; }

 p { color: rgb(164,6,26); }

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

background-color css

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

 a { background-color: rgb(164,6,26); }

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

border-color css

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

 span { border-color: rgb(164,6,26); }

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