Html Css Color HEX #BA013A Cardinal

📋 copy color: '#BA013A'

red 186 ◦ green 1 ◦ blue 58

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

Shades of Cardinal #BA013A

Tints of Cardinal #BA013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 75.92%
G = 0.41%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA013A (or 0xBA013A) is known color: Cardinal. HEX triplet: BA, 01 and 3A. RGB value is (186,1,58). Sum of RGB (Red+Green+Blue) = 186+1+58=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA013A is #45FEC5. Grayscale: #3E3E3E. Windows color (decimal): -4587206 or 3801530. OLE color: 3801530.

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

Color convert

RGB 186 1 58 -
CMYK 0 0.99 0.69 0.27
HSL 341.51º 0.99% 0.37% -
HSV(B) 341.51º 0.99% 0.73% -
XYZ 21.02 10.77 4.97 -
YUV 62.81 125.29 215.87 -
System Red Green Blue C M Y K H S L
Decimal 186 1 58 0 0.99 0.69 0.27 341.51 0.99 0.37
Hex BA 1 3A 0 63 45 1B 156 63 25
Octal 272 1 72 0 143 105 33 526 143 45
Binary 10111010 1 111010 0 1100011 1000101 11011 101010110 1100011 100101

Color Harmonies of #BA013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA013A

Black with #BA013A

Text Example


Text Example

White with #BA013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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