Html Css Color HEX #BA113B Cardinal

📋 copy color: '#BA113B'

red 186 ◦ green 17 ◦ blue 59

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

Shades of Cardinal #BA113B

Tints of Cardinal #BA113B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.52%

R = 70.99%
G = 6.49%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA113B (or 0xBA113B) is known color: Cardinal. HEX triplet: BA, 11 and 3B. RGB value is (186,17,59). Sum of RGB (Red+Green+Blue) = 186+17+59=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA113B is #45EEC4. Grayscale: #484848. Windows color (decimal): -4583109 or 3871162. OLE color: 3871162.

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

Color convert

RGB 186 17 59 -
CMYK 0 0.91 0.68 0.27
HSL 345.09º 0.83% 0.4% -
HSV(B) 345.09º 0.91% 0.73% -
XYZ 21.24 11.16 5.17 -
YUV 72.32 120.49 209.08 -
System Red Green Blue C M Y K H S L
Decimal 186 17 59 0 0.91 0.68 0.27 345.09 0.83 0.4
Hex BA 11 3B 0 5B 44 1B 159 53 28
Octal 272 21 73 0 133 104 33 531 123 50
Binary 10111010 10001 111011 0 1011011 1000100 11011 101011001 1010011 101000

Color Harmonies of #BA113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA113B

Black with #BA113B

Text Example


Text Example

White with #BA113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA113B; }

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

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

background-color css

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

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

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

border-color css

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

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

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