Html Css Color HEX #BA152F Cardinal

📋 copy color: '#BA152F'

red 186 ◦ green 21 ◦ blue 47

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

Shades of Cardinal #BA152F

Tints of Cardinal #BA152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.5%

R = 73.23%
G = 8.27%
B = 18.5%

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

#BA152F (or 0xBA152F) is known color: Cardinal. HEX triplet: BA, 15 and 2F. RGB value is (186,21,47). Sum of RGB (Red+Green+Blue) = 186+21+47=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA152F is #45EAD0. Grayscale: #494949. Windows color (decimal): -4582097 or 3085754. OLE color: 3085754.

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

Color convert

RGB 186 21 47 -
CMYK 0 0.89 0.75 0.27
HSL 350.55º 0.8% 0.41% -
HSV(B) 350.55º 0.89% 0.73% -
XYZ 21.03 11.18 3.74 -
YUV 73.3 113.16 208.39 -
System Red Green Blue C M Y K H S L
Decimal 186 21 47 0 0.89 0.75 0.27 350.55 0.8 0.41
Hex BA 15 2F 0 59 4B 1B 15F 50 29
Octal 272 25 57 0 131 113 33 537 120 51
Binary 10111010 10101 101111 0 1011001 1001011 11011 101011111 1010000 101001

Color Harmonies of #BA152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA152F

Black with #BA152F

Text Example


Text Example

White with #BA152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA152F; }

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

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

background-color css

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

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

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

border-color css

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

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

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