Html Css Color HEX #BA152D Cardinal

📋 copy color: '#BA152D'

red 186 ◦ green 21 ◦ blue 45

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

Shades of Cardinal #BA152D

Tints of Cardinal #BA152D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.33%

 BLUE value IS 45 (17.97% from 255) = 17.86%

R = 73.81%
G = 8.33%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA152D (or 0xBA152D) is known color: Cardinal. HEX triplet: BA, 15 and 2D. RGB value is (186,21,45). Sum of RGB (Red+Green+Blue) = 186+21+45=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA152D is #45EAD2. Grayscale: #494949. Windows color (decimal): -4582099 or 2954682. OLE color: 2954682.

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

Color convert

RGB 186 21 45 -
CMYK 0 0.89 0.76 0.27
HSL 351.27º 0.8% 0.41% -
HSV(B) 351.27º 0.89% 0.73% -
XYZ 20.99 11.16 3.53 -
YUV 73.07 112.16 208.55 -
System Red Green Blue C M Y K H S L
Decimal 186 21 45 0 0.89 0.76 0.27 351.27 0.8 0.41
Hex BA 15 2D 0 59 4C 1B 15F 50 29
Octal 272 25 55 0 131 114 33 537 120 51
Binary 10111010 10101 101101 0 1011001 1001100 11011 101011111 1010000 101001

Color Harmonies of #BA152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA152D

Black with #BA152D

Text Example


Text Example

White with #BA152D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA152D; }

 p { color: rgb(186,21,45); }

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

background-color css

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

 a { background-color: rgb(186,21,45); }

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

border-color css

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

 span { border-color: rgb(186,21,45); }

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