Html Css Color HEX #BA1A3A Cardinal

📋 copy color: '#BA1A3A'

red 186 ◦ green 26 ◦ blue 58

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

Shades of Cardinal #BA1A3A

Tints of Cardinal #BA1A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.48%

R = 68.89%
G = 9.63%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA1A3A (or 0xBA1A3A) is known color: Cardinal. HEX triplet: BA, 1A and 3A. RGB value is (186,26,58). Sum of RGB (Red+Green+Blue) = 186+26+58=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1A3A is #45E5C5. Grayscale: #4D4D4D. Windows color (decimal): -4580806 or 3807930. OLE color: 3807930.

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

Color convert

RGB 186 26 58 -
CMYK 0 0.86 0.69 0.27
HSL 348º 0.75% 0.42% -
HSV(B) 348º 0.86% 0.73% -
XYZ 21.38 11.48 5.09 -
YUV 77.49 117.01 205.4 -
System Red Green Blue C M Y K H S L
Decimal 186 26 58 0 0.86 0.69 0.27 348 0.75 0.42
Hex BA 1A 3A 0 56 45 1B 15C 4B 2A
Octal 272 32 72 0 126 105 33 534 113 52
Binary 10111010 11010 111010 0 1010110 1000101 11011 101011100 1001011 101010

Color Harmonies of #BA1A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A3A

Black with #BA1A3A

Text Example


Text Example

White with #BA1A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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