Html Css Color HEX #BA143D Cardinal

📋 copy color: '#BA143D'

red 186 ◦ green 20 ◦ blue 61

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

Shades of Cardinal #BA143D

Tints of Cardinal #BA143D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.85%

R = 69.66%
G = 7.49%
B = 22.85%

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

#BA143D (or 0xBA143D) is known color: Cardinal. HEX triplet: BA, 14 and 3D. RGB value is (186,20,61). Sum of RGB (Red+Green+Blue) = 186+20+61=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA143D is #45EBC2. Grayscale: #4A4A4A. Windows color (decimal): -4582339 or 4003002. OLE color: 4003002.

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

Color convert

RGB 186 20 61 -
CMYK 0 0.89 0.67 0.27
HSL 345.18º 0.81% 0.4% -
HSV(B) 345.18º 0.89% 0.73% -
XYZ 21.34 11.28 5.47 -
YUV 74.31 120.5 207.67 -
System Red Green Blue C M Y K H S L
Decimal 186 20 61 0 0.89 0.67 0.27 345.18 0.81 0.4
Hex BA 14 3D 0 59 43 1B 159 51 28
Octal 272 24 75 0 131 103 33 531 121 50
Binary 10111010 10100 111101 0 1011001 1000011 11011 101011001 1010001 101000

Color Harmonies of #BA143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA143D

Black with #BA143D

Text Example


Text Example

White with #BA143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA143D; }

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

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

background-color css

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

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

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

border-color css

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

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

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