Html Css Color HEX #A91933 Cardinal

📋 copy color: '#A91933'

red 169 ◦ green 25 ◦ blue 51

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

Shades of Cardinal #A91933

Tints of Cardinal #A91933

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.2%

 BLUE value IS 51 (20.31% from 255) = 20.82%

R = 68.98%
G = 10.2%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A91933 (or 0xA91933) is known color: Cardinal. HEX triplet: A9, 19 and 33. RGB value is (169,25,51). Sum of RGB (Red+Green+Blue) = 169+25+51=245 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.98% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 169 - color contains mainly: red. Hex color #A91933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91933 is #56E6CC. Grayscale: #474747. Windows color (decimal): -5695181 or 3348905. OLE color: 3348905.

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

Color convert

RGB 169 25 51 -
CMYK 0 0.85 0.70 0.34
HSL 349.17º 0.74% 0.38% -
HSV(B) 349.17º 0.85% 0.66% -
XYZ 17.31 9.37 4.03 -
YUV 71.02 116.71 197.89 -
System Red Green Blue C M Y K H S L
Decimal 169 25 51 0 0.85 0.70 0.34 349.17 0.74 0.38
Hex A9 19 33 0 55 46 22 15D 4A 26
Octal 251 31 63 0 125 106 42 535 112 46
Binary 10101001 11001 110011 0 1010101 1000110 100010 101011101 1001010 100110

Color Harmonies of #A91933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91933

Black with #A91933

Text Example


Text Example

White with #A91933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91933; }

 p { color: rgb(169,25,51); }

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

background-color css

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

 a { background-color: rgb(169,25,51); }

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

border-color css

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

 span { border-color: rgb(169,25,51); }

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