Html Css Color HEX #A40F3A Cardinal

📋 copy color: '#A40F3A'

red 164 ◦ green 15 ◦ blue 58

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

Shades of Cardinal #A40F3A

Tints of Cardinal #A40F3A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.33%

 BLUE value IS 58 (23.05% from 255) = 24.47%

R = 69.2%
G = 6.33%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A40F3A (or 0xA40F3A) is known color: Cardinal. HEX triplet: A4, 0F and 3A. RGB value is (164,15,58). Sum of RGB (Red+Green+Blue) = 164+15+58=237 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.20% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40F3A is #5BF0C5. Grayscale: #404040. Windows color (decimal): -6025414 or 3805092. OLE color: 3805092.

HSL color Cylindrical-coordinate representation of color #A40F3A: hue angle of 342.68º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A40F3A is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 15 58 -
CMYK 0 0.91 0.65 0.36
HSL 342.68º 0.83% 0.35% -
HSV(B) 342.68º 0.91% 0.64% -
XYZ 16.24 8.54 4.8 -
YUV 64.45 124.36 199 -
System Red Green Blue C M Y K H S L
Decimal 164 15 58 0 0.91 0.65 0.36 342.68 0.83 0.35
Hex A4 F 3A 0 5B 41 24 157 53 23
Octal 244 17 72 0 133 101 44 527 123 43
Binary 10100100 1111 111010 0 1011011 1000001 100100 101010111 1010011 100011

Color Harmonies of #A40F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40F3A

Black with #A40F3A

Text Example


Text Example

White with #A40F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40F3A; }

 p { color: rgb(164,15,58); }

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

background-color css

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

 a { background-color: rgb(164,15,58); }

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

border-color css

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

 span { border-color: rgb(164,15,58); }

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