Html Css Color HEX #A91F3F Cardinal

📋 copy color: '#A91F3F'

red 169 ◦ green 31 ◦ blue 63

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

Shades of Cardinal #A91F3F

Tints of Cardinal #A91F3F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.79%

 BLUE value IS 63 (25% from 255) = 23.95%

R = 64.26%
G = 11.79%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A91F3F (or 0xA91F3F) is known color: Cardinal. HEX triplet: A9, 1F and 3F. RGB value is (169,31,63). Sum of RGB (Red+Green+Blue) = 169+31+63=263 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.26% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 169 - color contains mainly: red. Hex color #A91F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91F3F is #56E0C0. Grayscale: #4B4B4B. Windows color (decimal): -5693633 or 4136873. OLE color: 4136873.

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

Color convert

RGB 169 31 63 -
CMYK 0 0.82 0.63 0.34
HSL 346.09º 0.69% 0.39% -
HSV(B) 346.09º 0.82% 0.66% -
XYZ 17.75 9.77 5.65 -
YUV 75.91 120.72 194.4 -
System Red Green Blue C M Y K H S L
Decimal 169 31 63 0 0.82 0.63 0.34 346.09 0.69 0.39
Hex A9 1F 3F 0 52 3F 22 15A 45 27
Octal 251 37 77 0 122 77 42 532 105 47
Binary 10101001 11111 111111 0 1010010 111111 100010 101011010 1000101 100111

Color Harmonies of #A91F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91F3F

Black with #A91F3F

Text Example


Text Example

White with #A91F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91F3F; }

 p { color: rgb(169,31,63); }

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

background-color css

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

 a { background-color: rgb(169,31,63); }

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

border-color css

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

 span { border-color: rgb(169,31,63); }

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