Html Css Color HEX #BA1E47 Cardinal

📋 copy color: '#BA1E47'

red 186 ◦ green 30 ◦ blue 71

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

Shades of Cardinal #BA1E47

Tints of Cardinal #BA1E47

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.45%

 BLUE value IS 71 (28.13% from 255) = 24.74%

R = 64.81%
G = 10.45%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA1E47 (or 0xBA1E47) is known color: Cardinal. HEX triplet: BA, 1E and 47. RGB value is (186,30,71). Sum of RGB (Red+Green+Blue) = 186+30+71=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E47 is #45E1B8. Grayscale: #515151. Windows color (decimal): -4579769 or 4660922. OLE color: 4660922.

HSL color Cylindrical-coordinate representation of color #BA1E47: hue angle of 344.23º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1E47 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 30 71 -
CMYK 0 0.84 0.62 0.27
HSL 344.23º 0.72% 0.42% -
HSV(B) 344.23º 0.84% 0.73% -
XYZ 21.85 11.82 7.09 -
YUV 81.32 122.18 202.67 -
System Red Green Blue C M Y K H S L
Decimal 186 30 71 0 0.84 0.62 0.27 344.23 0.72 0.42
Hex BA 1E 47 0 54 3E 1B 158 48 2A
Octal 272 36 107 0 124 76 33 530 110 52
Binary 10111010 11110 1000111 0 1010100 111110 11011 101011000 1001000 101010

Color Harmonies of #BA1E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E47

Black with #BA1E47

Text Example


Text Example

White with #BA1E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E47; }

 p { color: rgb(186,30,71); }

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

background-color css

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

 a { background-color: rgb(186,30,71); }

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

border-color css

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

 span { border-color: rgb(186,30,71); }

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