Html Css Color HEX #BA1639 Cardinal

📋 copy color: '#BA1639'

red 186 ◦ green 22 ◦ blue 57

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

Shades of Cardinal #BA1639

Tints of Cardinal #BA1639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.51%

R = 70.19%
G = 8.3%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA1639 (or 0xBA1639) is known color: Cardinal. HEX triplet: BA, 16 and 39. RGB value is (186,22,57). Sum of RGB (Red+Green+Blue) = 186+22+57=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1639 is #45E9C6. Grayscale: #4B4B4B. Windows color (decimal): -4581831 or 3741370. OLE color: 3741370.

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

Color convert

RGB 186 22 57 -
CMYK 0 0.88 0.69 0.27
HSL 347.2º 0.79% 0.41% -
HSV(B) 347.2º 0.88% 0.73% -
XYZ 21.28 11.31 4.93 -
YUV 75.03 117.83 207.15 -
System Red Green Blue C M Y K H S L
Decimal 186 22 57 0 0.88 0.69 0.27 347.2 0.79 0.41
Hex BA 16 39 0 58 45 1B 15B 4F 29
Octal 272 26 71 0 130 105 33 533 117 51
Binary 10111010 10110 111001 0 1011000 1000101 11011 101011011 1001111 101001

Color Harmonies of #BA1639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1639

Black with #BA1639

Text Example


Text Example

White with #BA1639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1639; }

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

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

background-color css

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

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

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

border-color css

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

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

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