Html Css Color HEX #BA1A34 Cardinal

📋 copy color: '#BA1A34'

red 186 ◦ green 26 ◦ blue 52

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

Shades of Cardinal #BA1A34

Tints of Cardinal #BA1A34

RGB

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

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

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

R = 70.45%
G = 9.85%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA1A34 (or 0xBA1A34) is known color: Cardinal. HEX triplet: BA, 1A and 34. RGB value is (186,26,52). Sum of RGB (Red+Green+Blue) = 186+26+52=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1A34 is #45E5CB. Grayscale: #4C4C4C. Windows color (decimal): -4580812 or 3414714. OLE color: 3414714.

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

Color convert

RGB 186 26 52 -
CMYK 0 0.86 0.72 0.27
HSL 350.25º 0.75% 0.42% -
HSV(B) 350.25º 0.86% 0.73% -
XYZ 21.24 11.43 4.33 -
YUV 76.8 114.01 205.89 -
System Red Green Blue C M Y K H S L
Decimal 186 26 52 0 0.86 0.72 0.27 350.25 0.75 0.42
Hex BA 1A 34 0 56 48 1B 15E 4B 2A
Octal 272 32 64 0 126 110 33 536 113 52
Binary 10111010 11010 110100 0 1010110 1001000 11011 101011110 1001011 101010

Color Harmonies of #BA1A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A34

Black with #BA1A34

Text Example


Text Example

White with #BA1A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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