Html Css Color HEX #BA152B Cardinal

📋 copy color: '#BA152B'

red 186 ◦ green 21 ◦ blue 43

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

Shades of Cardinal #BA152B

Tints of Cardinal #BA152B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.2%

R = 74.4%
G = 8.4%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA152B (or 0xBA152B) is known color: Cardinal. HEX triplet: BA, 15 and 2B. RGB value is (186,21,43). Sum of RGB (Red+Green+Blue) = 186+21+43=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA152B is #45EAD4. Grayscale: #484848. Windows color (decimal): -4582101 or 2823610. OLE color: 2823610.

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

Color convert

RGB 186 21 43 -
CMYK 0 0.89 0.77 0.27
HSL 352º 0.8% 0.41% -
HSV(B) 352º 0.89% 0.73% -
XYZ 20.95 11.15 3.33 -
YUV 72.84 111.16 208.71 -
System Red Green Blue C M Y K H S L
Decimal 186 21 43 0 0.89 0.77 0.27 352 0.8 0.41
Hex BA 15 2B 0 59 4D 1B 160 50 29
Octal 272 25 53 0 131 115 33 540 120 51
Binary 10111010 10101 101011 0 1011001 1001101 11011 101100000 1010000 101001

Color Harmonies of #BA152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA152B

Black with #BA152B

Text Example


Text Example

White with #BA152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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