Html Css Color HEX #BA103A Cardinal

📋 copy color: '#BA103A'

red 186 ◦ green 16 ◦ blue 58

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

Shades of Cardinal #BA103A

Tints of Cardinal #BA103A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.15%

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

R = 71.54%
G = 6.15%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA103A (or 0xBA103A) is known color: Cardinal. HEX triplet: BA, 10 and 3A. RGB value is (186,16,58). Sum of RGB (Red+Green+Blue) = 186+16+58=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA103A is #45EFC5. Grayscale: #474747. Windows color (decimal): -4583366 or 3805370. OLE color: 3805370.

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

Color convert

RGB 186 16 58 -
CMYK 0 0.91 0.69 0.27
HSL 345.18º 0.84% 0.4% -
HSV(B) 345.18º 0.91% 0.73% -
XYZ 21.2 11.12 5.03 -
YUV 71.62 120.32 209.58 -
System Red Green Blue C M Y K H S L
Decimal 186 16 58 0 0.91 0.69 0.27 345.18 0.84 0.4
Hex BA 10 3A 0 5B 45 1B 159 54 28
Octal 272 20 72 0 133 105 33 531 124 50
Binary 10111010 10000 111010 0 1011011 1000101 11011 101011001 1010100 101000

Color Harmonies of #BA103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA103A

Black with #BA103A

Text Example


Text Example

White with #BA103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA103A; }

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

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

background-color css

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

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

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

border-color css

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

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

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