Html Css Color HEX #BA142E Cardinal

📋 copy color: '#BA142E'

red 186 ◦ green 20 ◦ blue 46

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

Shades of Cardinal #BA142E

Tints of Cardinal #BA142E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.25%

R = 73.81%
G = 7.94%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA142E (or 0xBA142E) is known color: Cardinal. HEX triplet: BA, 14 and 2E. RGB value is (186,20,46). Sum of RGB (Red+Green+Blue) = 186+20+46=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA142E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA142E is #45EBD1. Grayscale: #484848. Windows color (decimal): -4582354 or 3019962. OLE color: 3019962.

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

Color convert

RGB 186 20 46 -
CMYK 0 0.89 0.75 0.27
HSL 350.6º 0.81% 0.4% -
HSV(B) 350.6º 0.89% 0.73% -
XYZ 20.99 11.14 3.63 -
YUV 72.6 113 208.89 -
System Red Green Blue C M Y K H S L
Decimal 186 20 46 0 0.89 0.75 0.27 350.6 0.81 0.4
Hex BA 14 2E 0 59 4B 1B 15F 51 28
Octal 272 24 56 0 131 113 33 537 121 50
Binary 10111010 10100 101110 0 1011001 1001011 11011 101011111 1010001 101000

Color Harmonies of #BA142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA142E

Black with #BA142E

Text Example


Text Example

White with #BA142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA142E; }

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

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

background-color css

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

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

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

border-color css

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

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

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