Html Css Color HEX #BA1534 Cardinal

📋 copy color: '#BA1534'

red 186 ◦ green 21 ◦ blue 52

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

Shades of Cardinal #BA1534

Tints of Cardinal #BA1534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.08%

R = 71.81%
G = 8.11%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA1534 (or 0xBA1534) is known color: Cardinal. HEX triplet: BA, 15 and 34. RGB value is (186,21,52). Sum of RGB (Red+Green+Blue) = 186+21+52=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1534 is #45EACB. Grayscale: #494949. Windows color (decimal): -4582092 or 3413434. OLE color: 3413434.

HSL color Cylindrical-coordinate representation of color #BA1534: hue angle of 348.73º 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 #BA1534 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 21 52 -
CMYK 0 0.89 0.72 0.27
HSL 348.73º 0.8% 0.41% -
HSV(B) 348.73º 0.89% 0.73% -
XYZ 21.14 11.22 4.3 -
YUV 73.87 115.66 207.98 -
System Red Green Blue C M Y K H S L
Decimal 186 21 52 0 0.89 0.72 0.27 348.73 0.8 0.41
Hex BA 15 34 0 59 48 1B 15D 50 29
Octal 272 25 64 0 131 110 33 535 120 51
Binary 10111010 10101 110100 0 1011001 1001000 11011 101011101 1010000 101001

Color Harmonies of #BA1534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1534

Black with #BA1534

Text Example


Text Example

White with #BA1534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1534; }

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

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

background-color css

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

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

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

border-color css

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

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

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