Html Css Color HEX #A91B3E Cardinal

📋 copy color: '#A91B3E'

red 169 ◦ green 27 ◦ blue 62

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

Shades of Cardinal #A91B3E

Tints of Cardinal #A91B3E

RGB

 RED value IS 169 (66.41% from 255) = 65.5%

 GREEN value IS 27 (10.94% from 255) = 10.47%

 BLUE value IS 62 (24.61% from 255) = 24.03%

R = 65.5%
G = 10.47%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A91B3E (or 0xA91B3E) is known color: Cardinal. HEX triplet: A9, 1B and 3E. RGB value is (169,27,62). Sum of RGB (Red+Green+Blue) = 169+27+62=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91B3E is #56E4C1. Grayscale: #494949. Windows color (decimal): -5694658 or 4070313. OLE color: 4070313.

HSL color Cylindrical-coordinate representation of color #A91B3E: hue angle of 345.21º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91B3E is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 27 62 -
CMYK 0 0.84 0.63 0.34
HSL 345.21º 0.72% 0.38% -
HSV(B) 345.21º 0.84% 0.66% -
XYZ 17.62 9.57 5.48 -
YUV 73.45 121.54 196.15 -
System Red Green Blue C M Y K H S L
Decimal 169 27 62 0 0.84 0.63 0.34 345.21 0.72 0.38
Hex A9 1B 3E 0 54 3F 22 159 48 26
Octal 251 33 76 0 124 77 42 531 110 46
Binary 10101001 11011 111110 0 1010100 111111 100010 101011001 1001000 100110

Color Harmonies of #A91B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91B3E

Black with #A91B3E

Text Example


Text Example

White with #A91B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91B3E; }

 p { color: rgb(169,27,62); }

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

background-color css

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

 a { background-color: rgb(169,27,62); }

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

border-color css

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

 span { border-color: rgb(169,27,62); }

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