Html Css Color HEX #BA0A43 Cardinal

📋 copy color: '#BA0A43'

red 186 ◦ green 10 ◦ blue 67

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

Shades of Cardinal #BA0A43

Tints of Cardinal #BA0A43

RGB

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

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

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

R = 70.72%
G = 3.8%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA0A43 (or 0xBA0A43) is known color: Cardinal. HEX triplet: BA, 0A and 43. RGB value is (186,10,67). Sum of RGB (Red+Green+Blue) = 186+10+67=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0A43 is #45F5BC. Grayscale: #454545. Windows color (decimal): -4584893 or 4393658. OLE color: 4393658.

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

Color convert

RGB 186 10 67 -
CMYK 0 0.95 0.64 0.27
HSL 340.57º 0.9% 0.38% -
HSV(B) 340.57º 0.95% 0.73% -
XYZ 21.37 11.06 6.32 -
YUV 69.12 126.81 211.37 -
System Red Green Blue C M Y K H S L
Decimal 186 10 67 0 0.95 0.64 0.27 340.57 0.9 0.38
Hex BA A 43 0 5F 40 1B 155 5A 26
Octal 272 12 103 0 137 100 33 525 132 46
Binary 10111010 1010 1000011 0 1011111 1000000 11011 101010101 1011010 100110

Color Harmonies of #BA0A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0A43

Black with #BA0A43

Text Example


Text Example

White with #BA0A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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