Html Css Color HEX #BA1040 Cardinal

📋 copy color: '#BA1040'

red 186 ◦ green 16 ◦ blue 64

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

Shades of Cardinal #BA1040

Tints of Cardinal #BA1040

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.02%

 BLUE value IS 64 (25.39% from 255) = 24.06%

R = 69.92%
G = 6.02%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA1040 (or 0xBA1040) is known color: Cardinal. HEX triplet: BA, 10 and 40. RGB value is (186,16,64). Sum of RGB (Red+Green+Blue) = 186+16+64=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1040 is #45EFBF. Grayscale: #484848. Windows color (decimal): -4583360 or 4198586. OLE color: 4198586.

HSL color Cylindrical-coordinate representation of color #BA1040: hue angle of 343.06º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1040 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 16 64 -
CMYK 0 0.91 0.66 0.27
HSL 343.06º 0.84% 0.4% -
HSV(B) 343.06º 0.91% 0.73% -
XYZ 21.36 11.18 5.88 -
YUV 72.3 123.32 209.1 -
System Red Green Blue C M Y K H S L
Decimal 186 16 64 0 0.91 0.66 0.27 343.06 0.84 0.4
Hex BA 10 40 0 5B 42 1B 157 54 28
Octal 272 20 100 0 133 102 33 527 124 50
Binary 10111010 10000 1000000 0 1011011 1000010 11011 101010111 1010100 101000

Color Harmonies of #BA1040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1040

Black with #BA1040

Text Example


Text Example

White with #BA1040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1040; }

 p { color: rgb(186,16,64); }

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

background-color css

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

 a { background-color: rgb(186,16,64); }

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

border-color css

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

 span { border-color: rgb(186,16,64); }

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