Html Css Color HEX #BA134A Cardinal

📋 copy color: '#BA134A'

red 186 ◦ green 19 ◦ blue 74

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

Shades of Cardinal #BA134A

Tints of Cardinal #BA134A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.52%

R = 66.67%
G = 6.81%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA134A (or 0xBA134A) is known color: Cardinal. HEX triplet: BA, 13 and 4A. RGB value is (186,19,74). Sum of RGB (Red+Green+Blue) = 186+19+74=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA134A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA134A is #45ECB5. Grayscale: #4B4B4B. Windows color (decimal): -4582582 or 4854714. OLE color: 4854714.

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

Color convert

RGB 186 19 74 -
CMYK 0 0.90 0.60 0.27
HSL 340.24º 0.81% 0.4% -
HSV(B) 340.24º 0.9% 0.73% -
XYZ 21.72 11.4 7.53 -
YUV 75.2 127.33 207.03 -
System Red Green Blue C M Y K H S L
Decimal 186 19 74 0 0.90 0.60 0.27 340.24 0.81 0.4
Hex BA 13 4A 0 5A 3C 1B 154 51 28
Octal 272 23 112 0 132 74 33 524 121 50
Binary 10111010 10011 1001010 0 1011010 111100 11011 101010100 1010001 101000

Color Harmonies of #BA134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA134A

Black with #BA134A

Text Example


Text Example

White with #BA134A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA134A; }

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

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

background-color css

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

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

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

border-color css

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

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

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