Html Css Color HEX #BA1A36 Cardinal

📋 copy color: '#BA1A36'

red 186 ◦ green 26 ◦ blue 54

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

Shades of Cardinal #BA1A36

Tints of Cardinal #BA1A36

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.77%

 BLUE value IS 54 (21.48% from 255) = 20.3%

R = 69.92%
G = 9.77%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA1A36 (or 0xBA1A36) is known color: Cardinal. HEX triplet: BA, 1A and 36. RGB value is (186,26,54). Sum of RGB (Red+Green+Blue) = 186+26+54=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1A36 is #45E5C9. Grayscale: #4D4D4D. Windows color (decimal): -4580810 or 3545786. OLE color: 3545786.

HSL color Cylindrical-coordinate representation of color #BA1A36: hue angle of 349.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1A36 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 26 54 -
CMYK 0 0.86 0.71 0.27
HSL 349.5º 0.75% 0.42% -
HSV(B) 349.5º 0.86% 0.73% -
XYZ 21.28 11.44 4.58 -
YUV 77.03 115.01 205.72 -
System Red Green Blue C M Y K H S L
Decimal 186 26 54 0 0.86 0.71 0.27 349.5 0.75 0.42
Hex BA 1A 36 0 56 47 1B 15E 4B 2A
Octal 272 32 66 0 126 107 33 536 113 52
Binary 10111010 11010 110110 0 1010110 1000111 11011 101011110 1001011 101010

Color Harmonies of #BA1A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A36

Black with #BA1A36

Text Example


Text Example

White with #BA1A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A36; }

 p { color: rgb(186,26,54); }

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

background-color css

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

 a { background-color: rgb(186,26,54); }

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

border-color css

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

 span { border-color: rgb(186,26,54); }

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