Html Css Color HEX #BA1334 Cardinal

📋 copy color: '#BA1334'

red 186 ◦ green 19 ◦ blue 52

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

Shades of Cardinal #BA1334

Tints of Cardinal #BA1334

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.39%

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

R = 72.37%
G = 7.39%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA1334 (or 0xBA1334) is known color: Cardinal. HEX triplet: BA, 13 and 34. RGB value is (186,19,52). Sum of RGB (Red+Green+Blue) = 186+19+52=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1334 is #45ECCB. Grayscale: #484848. Windows color (decimal): -4582604 or 3412922. OLE color: 3412922.

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

Color convert

RGB 186 19 52 -
CMYK 0 0.90 0.72 0.27
HSL 348.14º 0.81% 0.4% -
HSV(B) 348.14º 0.9% 0.73% -
XYZ 21.1 11.15 4.29 -
YUV 72.7 116.33 208.82 -
System Red Green Blue C M Y K H S L
Decimal 186 19 52 0 0.90 0.72 0.27 348.14 0.81 0.4
Hex BA 13 34 0 5A 48 1B 15C 51 28
Octal 272 23 64 0 132 110 33 534 121 50
Binary 10111010 10011 110100 0 1011010 1001000 11011 101011100 1010001 101000

Color Harmonies of #BA1334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1334

Black with #BA1334

Text Example


Text Example

White with #BA1334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1334; }

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

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

background-color css

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

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

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

border-color css

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

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

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