Html Css Color HEX #BA0A40 Cardinal

📋 copy color: '#BA0A40'

red 186 ◦ green 10 ◦ blue 64

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

Shades of Cardinal #BA0A40

Tints of Cardinal #BA0A40

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.85%

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

R = 71.54%
G = 3.85%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA0A40 (or 0xBA0A40) is known color: Cardinal. HEX triplet: BA, 0A and 40. RGB value is (186,10,64). Sum of RGB (Red+Green+Blue) = 186+10+64=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0A40 is #45F5BF. Grayscale: #444444. Windows color (decimal): -4584896 or 4197050. OLE color: 4197050.

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

Color convert

RGB 186 10 64 -
CMYK 0 0.95 0.66 0.27
HSL 341.59º 0.9% 0.38% -
HSV(B) 341.59º 0.95% 0.73% -
XYZ 21.28 11.03 5.86 -
YUV 68.78 125.31 211.61 -
System Red Green Blue C M Y K H S L
Decimal 186 10 64 0 0.95 0.66 0.27 341.59 0.9 0.38
Hex BA A 40 0 5F 42 1B 156 5A 26
Octal 272 12 100 0 137 102 33 526 132 46
Binary 10111010 1010 1000000 0 1011111 1000010 11011 101010110 1011010 100110

Color Harmonies of #BA0A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0A40

Black with #BA0A40

Text Example


Text Example

White with #BA0A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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