Html Css Color HEX #BA1431 Cardinal

📋 copy color: '#BA1431'

red 186 ◦ green 20 ◦ blue 49

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

Shades of Cardinal #BA1431

Tints of Cardinal #BA1431

RGB

 RED value IS 186 (73.05% from 255) = 72.94%

 GREEN value IS 20 (8.2% from 255) = 7.84%

 BLUE value IS 49 (19.53% from 255) = 19.22%

R = 72.94%
G = 7.84%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA1431 (or 0xBA1431) is known color: Cardinal. HEX triplet: BA, 14 and 31. RGB value is (186,20,49). Sum of RGB (Red+Green+Blue) = 186+20+49=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 49 (19.53% from 255 or 19.22% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1431 is #45EBCE. Grayscale: #484848. Windows color (decimal): -4582351 or 3216570. OLE color: 3216570.

HSL color Cylindrical-coordinate representation of color #BA1431: hue angle of 349.52º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1431 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 20 49 -
CMYK 0 0.89 0.74 0.27
HSL 349.52º 0.81% 0.4% -
HSV(B) 349.52º 0.89% 0.73% -
XYZ 21.05 11.16 3.95 -
YUV 72.94 114.5 208.64 -
System Red Green Blue C M Y K H S L
Decimal 186 20 49 0 0.89 0.74 0.27 349.52 0.81 0.4
Hex BA 14 31 0 59 4A 1B 15E 51 28
Octal 272 24 61 0 131 112 33 536 121 50
Binary 10111010 10100 110001 0 1011001 1001010 11011 101011110 1010001 101000

Color Harmonies of #BA1431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1431

Black with #BA1431

Text Example


Text Example

White with #BA1431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1431; }

 p { color: rgb(186,20,49); }

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

background-color css

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

 a { background-color: rgb(186,20,49); }

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

border-color css

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

 span { border-color: rgb(186,20,49); }

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