Html Css Color HEX #BA1643 Cardinal

📋 copy color: '#BA1643'

red 186 ◦ green 22 ◦ blue 67

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

Shades of Cardinal #BA1643

Tints of Cardinal #BA1643

RGB

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

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

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

R = 67.64%
G = 8%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA1643 (or 0xBA1643) is known color: Cardinal. HEX triplet: BA, 16 and 43. RGB value is (186,22,67). Sum of RGB (Red+Green+Blue) = 186+22+67=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1643 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1643 is #45E9BC. Grayscale: #4C4C4C. Windows color (decimal): -4581821 or 4396730. OLE color: 4396730.

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

Color convert

RGB 186 22 67 -
CMYK 0 0.88 0.64 0.27
HSL 343.54º 0.79% 0.41% -
HSV(B) 343.54º 0.88% 0.73% -
XYZ 21.55 11.42 6.38 -
YUV 76.17 122.83 206.34 -
System Red Green Blue C M Y K H S L
Decimal 186 22 67 0 0.88 0.64 0.27 343.54 0.79 0.41
Hex BA 16 43 0 58 40 1B 158 4F 29
Octal 272 26 103 0 130 100 33 530 117 51
Binary 10111010 10110 1000011 0 1011000 1000000 11011 101011000 1001111 101001

Color Harmonies of #BA1643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1643

Black with #BA1643

Text Example


Text Example

White with #BA1643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1643; }

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

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

background-color css

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

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

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

border-color css

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

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

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