Html Css Color HEX #BA143B Cardinal

📋 copy color: '#BA143B'

red 186 ◦ green 20 ◦ blue 59

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

Shades of Cardinal #BA143B

Tints of Cardinal #BA143B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

 BLUE value IS 59 (23.44% from 255) = 22.26%

R = 70.19%
G = 7.55%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA143B (or 0xBA143B) is known color: Cardinal. HEX triplet: BA, 14 and 3B. RGB value is (186,20,59). Sum of RGB (Red+Green+Blue) = 186+20+59=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA143B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA143B is #45EBC4. Grayscale: #4A4A4A. Windows color (decimal): -4582341 or 3871930. OLE color: 3871930.

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

Color convert

RGB 186 20 59 -
CMYK 0 0.89 0.68 0.27
HSL 345.9º 0.81% 0.4% -
HSV(B) 345.9º 0.89% 0.73% -
XYZ 21.29 11.26 5.19 -
YUV 74.08 119.5 207.83 -
System Red Green Blue C M Y K H S L
Decimal 186 20 59 0 0.89 0.68 0.27 345.9 0.81 0.4
Hex BA 14 3B 0 59 44 1B 15A 51 28
Octal 272 24 73 0 131 104 33 532 121 50
Binary 10111010 10100 111011 0 1011001 1000100 11011 101011010 1010001 101000

Color Harmonies of #BA143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA143B

Black with #BA143B

Text Example


Text Example

White with #BA143B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA143B; }

 p { color: rgb(186,20,59); }

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

background-color css

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

 a { background-color: rgb(186,20,59); }

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

border-color css

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

 span { border-color: rgb(186,20,59); }

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