Html Css Color HEX #BA143E Cardinal

📋 copy color: '#BA143E'

red 186 ◦ green 20 ◦ blue 62

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

Shades of Cardinal #BA143E

Tints of Cardinal #BA143E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.13%

R = 69.4%
G = 7.46%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA143E (or 0xBA143E) is known color: Cardinal. HEX triplet: BA, 14 and 3E. RGB value is (186,20,62). Sum of RGB (Red+Green+Blue) = 186+20+62=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA143E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA143E is #45EBC1. Grayscale: #4A4A4A. Windows color (decimal): -4582338 or 4068538. OLE color: 4068538.

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

Color convert

RGB 186 20 62 -
CMYK 0 0.89 0.67 0.27
HSL 344.82º 0.81% 0.4% -
HSV(B) 344.82º 0.89% 0.73% -
XYZ 21.37 11.29 5.61 -
YUV 74.42 121 207.58 -
System Red Green Blue C M Y K H S L
Decimal 186 20 62 0 0.89 0.67 0.27 344.82 0.81 0.4
Hex BA 14 3E 0 59 43 1B 159 51 28
Octal 272 24 76 0 131 103 33 531 121 50
Binary 10111010 10100 111110 0 1011001 1000011 11011 101011001 1010001 101000

Color Harmonies of #BA143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA143E

Black with #BA143E

Text Example


Text Example

White with #BA143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA143E; }

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

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

background-color css

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

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

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

border-color css

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

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

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