Html Css Color HEX #BA1843 Cardinal

📋 copy color: '#BA1843'

red 186 ◦ green 24 ◦ blue 67

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

Shades of Cardinal #BA1843

Tints of Cardinal #BA1843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.19%

R = 67.15%
G = 8.66%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA1843 (or 0xBA1843) is known color: Cardinal. HEX triplet: BA, 18 and 43. RGB value is (186,24,67). Sum of RGB (Red+Green+Blue) = 186+24+67=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1843 is #45E7BC. Grayscale: #4D4D4D. Windows color (decimal): -4581309 or 4397242. OLE color: 4397242.

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

Color convert

RGB 186 24 67 -
CMYK 0 0.87 0.64 0.27
HSL 344.07º 0.77% 0.41% -
HSV(B) 344.07º 0.87% 0.73% -
XYZ 21.59 11.5 6.39 -
YUV 77.34 122.17 205.5 -
System Red Green Blue C M Y K H S L
Decimal 186 24 67 0 0.87 0.64 0.27 344.07 0.77 0.41
Hex BA 18 43 0 57 40 1B 158 4D 29
Octal 272 30 103 0 127 100 33 530 115 51
Binary 10111010 11000 1000011 0 1010111 1000000 11011 101011000 1001101 101001

Color Harmonies of #BA1843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1843

Black with #BA1843

Text Example


Text Example

White with #BA1843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1843; }

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

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

background-color css

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

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

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

border-color css

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

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

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