Html Css Color HEX #BA1647 Cardinal

📋 copy color: '#BA1647'

red 186 ◦ green 22 ◦ blue 71

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

Shades of Cardinal #BA1647

Tints of Cardinal #BA1647

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.89%

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

R = 66.67%
G = 7.89%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA1647 (or 0xBA1647) is known color: Cardinal. HEX triplet: BA, 16 and 47. RGB value is (186,22,71). Sum of RGB (Red+Green+Blue) = 186+22+71=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1647 is #45E9B8. Grayscale: #4C4C4C. Windows color (decimal): -4581817 or 4658874. OLE color: 4658874.

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

Color convert

RGB 186 22 71 -
CMYK 0 0.88 0.62 0.27
HSL 342.07º 0.79% 0.41% -
HSV(B) 342.07º 0.88% 0.73% -
XYZ 21.67 11.47 7.03 -
YUV 76.62 124.83 206.02 -
System Red Green Blue C M Y K H S L
Decimal 186 22 71 0 0.88 0.62 0.27 342.07 0.79 0.41
Hex BA 16 47 0 58 3E 1B 156 4F 29
Octal 272 26 107 0 130 76 33 526 117 51
Binary 10111010 10110 1000111 0 1011000 111110 11011 101010110 1001111 101001

Color Harmonies of #BA1647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1647

Black with #BA1647

Text Example


Text Example

White with #BA1647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1647; }

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

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

background-color css

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

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

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

border-color css

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

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

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