Html Css Color HEX #A91735 Cardinal

📋 copy color: '#A91735'

red 169 ◦ green 23 ◦ blue 53

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

Shades of Cardinal #A91735

Tints of Cardinal #A91735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.39%

 BLUE value IS 53 (21.09% from 255) = 21.63%

R = 68.98%
G = 9.39%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A91735 (or 0xA91735) is known color: Cardinal. HEX triplet: A9, 17 and 35. RGB value is (169,23,53). Sum of RGB (Red+Green+Blue) = 169+23+53=245 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.98% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 169 - color contains mainly: red. Hex color #A91735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91735 is #56E8CA. Grayscale: #464646. Windows color (decimal): -5695691 or 3479465. OLE color: 3479465.

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

Color convert

RGB 169 23 53 -
CMYK 0 0.86 0.69 0.34
HSL 347.67º 0.76% 0.38% -
HSV(B) 347.67º 0.86% 0.66% -
XYZ 17.31 9.3 4.25 -
YUV 70.07 118.37 198.56 -
System Red Green Blue C M Y K H S L
Decimal 169 23 53 0 0.86 0.69 0.34 347.67 0.76 0.38
Hex A9 17 35 0 56 45 22 15C 4C 26
Octal 251 27 65 0 126 105 42 534 114 46
Binary 10101001 10111 110101 0 1010110 1000101 100010 101011100 1001100 100110

Color Harmonies of #A91735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91735

Black with #A91735

Text Example


Text Example

White with #A91735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91735; }

 p { color: rgb(169,23,53); }

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

background-color css

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

 a { background-color: rgb(169,23,53); }

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

border-color css

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

 span { border-color: rgb(169,23,53); }

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