Html Css Color HEX #BA113A Cardinal

📋 copy color: '#BA113A'

red 186 ◦ green 17 ◦ blue 58

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

Shades of Cardinal #BA113A

Tints of Cardinal #BA113A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.51%

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

R = 71.26%
G = 6.51%
B = 22.22%

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

#BA113A (or 0xBA113A) is known color: Cardinal. HEX triplet: BA, 11 and 3A. RGB value is (186,17,58). Sum of RGB (Red+Green+Blue) = 186+17+58=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA113A is #45EEC5. Grayscale: #484848. Windows color (decimal): -4583110 or 3805626. OLE color: 3805626.

HSL color Cylindrical-coordinate representation of color #BA113A: hue angle of 345.44º degrees, saturation: 0.83, 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 #BA113A is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 17 58 -
CMYK 0 0.91 0.69 0.27
HSL 345.44º 0.83% 0.4% -
HSV(B) 345.44º 0.91% 0.73% -
XYZ 21.21 11.15 5.04 -
YUV 72.21 119.99 209.17 -
System Red Green Blue C M Y K H S L
Decimal 186 17 58 0 0.91 0.69 0.27 345.44 0.83 0.4
Hex BA 11 3A 0 5B 45 1B 159 53 28
Octal 272 21 72 0 133 105 33 531 123 50
Binary 10111010 10001 111010 0 1011011 1000101 11011 101011001 1010011 101000

Color Harmonies of #BA113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA113A

Black with #BA113A

Text Example


Text Example

White with #BA113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA113A; }

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

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

background-color css

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

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

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

border-color css

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

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

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