Html Css Color HEX #BA043A Cardinal

📋 copy color: '#BA043A'

red 186 ◦ green 4 ◦ blue 58

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

Shades of Cardinal #BA043A

Tints of Cardinal #BA043A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

 BLUE value IS 58 (23.05% from 255) = 23.39%

R = 75%
G = 1.61%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA043A (or 0xBA043A) is known color: Cardinal. HEX triplet: BA, 04 and 3A. RGB value is (186,4,58). Sum of RGB (Red+Green+Blue) = 186+4+58=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA043A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA043A is #45FBC5. Grayscale: #404040. Windows color (decimal): -4586438 or 3802298. OLE color: 3802298.

HSL color Cylindrical-coordinate representation of color #BA043A: hue angle of 342.2º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA043A is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 4 58 -
CMYK 0 0.98 0.69 0.27
HSL 342.2º 0.96% 0.37% -
HSV(B) 342.2º 0.98% 0.73% -
XYZ 21.06 10.83 4.98 -
YUV 64.57 124.3 214.61 -
System Red Green Blue C M Y K H S L
Decimal 186 4 58 0 0.98 0.69 0.27 342.2 0.96 0.37
Hex BA 4 3A 0 62 45 1B 156 60 25
Octal 272 4 72 0 142 105 33 526 140 45
Binary 10111010 100 111010 0 1100010 1000101 11011 101010110 1100000 100101

Color Harmonies of #BA043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA043A

Black with #BA043A

Text Example


Text Example

White with #BA043A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA043A; }

 p { color: rgb(186,4,58); }

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

background-color css

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

 a { background-color: rgb(186,4,58); }

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

border-color css

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

 span { border-color: rgb(186,4,58); }

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