Html Css Color HEX #BA1845 Cardinal

📋 copy color: '#BA1845'

red 186 ◦ green 24 ◦ blue 69

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

Shades of Cardinal #BA1845

Tints of Cardinal #BA1845

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.6%

 BLUE value IS 69 (27.34% from 255) = 24.73%

R = 66.67%
G = 8.6%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA1845 (or 0xBA1845) is known color: Cardinal. HEX triplet: BA, 18 and 45. RGB value is (186,24,69). Sum of RGB (Red+Green+Blue) = 186+24+69=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1845 is #45E7BA. Grayscale: #4D4D4D. Windows color (decimal): -4581307 or 4528314. OLE color: 4528314.

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

Color convert

RGB 186 24 69 -
CMYK 0 0.87 0.63 0.27
HSL 343.33º 0.77% 0.41% -
HSV(B) 343.33º 0.87% 0.73% -
XYZ 21.65 11.52 6.71 -
YUV 77.57 123.17 205.34 -
System Red Green Blue C M Y K H S L
Decimal 186 24 69 0 0.87 0.63 0.27 343.33 0.77 0.41
Hex BA 18 45 0 57 3F 1B 157 4D 29
Octal 272 30 105 0 127 77 33 527 115 51
Binary 10111010 11000 1000101 0 1010111 111111 11011 101010111 1001101 101001

Color Harmonies of #BA1845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1845

Black with #BA1845

Text Example


Text Example

White with #BA1845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1845; }

 p { color: rgb(186,24,69); }

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

background-color css

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

 a { background-color: rgb(186,24,69); }

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

border-color css

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

 span { border-color: rgb(186,24,69); }

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