Html Css Color HEX #BA003A Cardinal

📋 copy color: '#BA003A'

red 186 ◦ green 0 ◦ blue 58

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

Shades of Cardinal #BA003A

Tints of Cardinal #BA003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.23%
G = 0%
B = 23.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA003A (or 0xBA003A) is known color: Cardinal. HEX triplet: BA, 00 and 3A. RGB value is (186,0,58). Sum of RGB (Red+Green+Blue) = 186+0+58=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA003A is #45FFC5. Grayscale: #3E3E3E. Windows color (decimal): -4587462 or 3801274. OLE color: 3801274.

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

Color convert

RGB 186 0 58 -
CMYK 0 1 0.69 0.27
HSL 341.29º 1% 0.36% -
HSV(B) 341.29º 1% 0.73% -
XYZ 21.01 10.74 4.97 -
YUV 62.23 125.62 216.28 -
System Red Green Blue C M Y K H S L
Decimal 186 0 58 0 1 0.69 0.27 341.29 1 0.36
Hex BA 0 3A 0 64 45 1B 155 64 24
Octal 272 0 72 0 144 105 33 525 144 44
Binary 10111010 0 111010 0 1100100 1000101 11011 101010101 1100100 100100

Color Harmonies of #BA003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA003A

Black with #BA003A

Text Example


Text Example

White with #BA003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA003A; }

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

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

background-color css

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

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

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

border-color css

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

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

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