Html Css Color HEX #BA1536 Cardinal

📋 copy color: '#BA1536'

red 186 ◦ green 21 ◦ blue 54

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

Shades of Cardinal #BA1536

Tints of Cardinal #BA1536

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.05%

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

R = 71.26%
G = 8.05%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA1536 (or 0xBA1536) is known color: Cardinal. HEX triplet: BA, 15 and 36. RGB value is (186,21,54). Sum of RGB (Red+Green+Blue) = 186+21+54=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1536 is #45EAC9. Grayscale: #4A4A4A. Windows color (decimal): -4582090 or 3544506. OLE color: 3544506.

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

Color convert

RGB 186 21 54 -
CMYK 0 0.89 0.71 0.27
HSL 348º 0.8% 0.41% -
HSV(B) 348º 0.89% 0.73% -
XYZ 21.18 11.24 4.54 -
YUV 74.1 116.66 207.82 -
System Red Green Blue C M Y K H S L
Decimal 186 21 54 0 0.89 0.71 0.27 348 0.8 0.41
Hex BA 15 36 0 59 47 1B 15C 50 29
Octal 272 25 66 0 131 107 33 534 120 51
Binary 10111010 10101 110110 0 1011001 1000111 11011 101011100 1010000 101001

Color Harmonies of #BA1536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1536

Black with #BA1536

Text Example


Text Example

White with #BA1536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1536; }

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

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

background-color css

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

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

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

border-color css

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

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

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