Html Css Color HEX #BA103B Cardinal

📋 copy color: '#BA103B'

red 186 ◦ green 16 ◦ blue 59

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

Shades of Cardinal #BA103B

Tints of Cardinal #BA103B

RGB

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

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

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

R = 71.26%
G = 6.13%
B = 22.61%

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

#BA103B (or 0xBA103B) is known color: Cardinal. HEX triplet: BA, 10 and 3B. RGB value is (186,16,59). Sum of RGB (Red+Green+Blue) = 186+16+59=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA103B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA103B is #45EFC4. Grayscale: #474747. Windows color (decimal): -4583365 or 3870906. OLE color: 3870906.

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

Color convert

RGB 186 16 59 -
CMYK 0 0.91 0.68 0.27
HSL 344.82º 0.84% 0.4% -
HSV(B) 344.82º 0.91% 0.73% -
XYZ 21.22 11.13 5.17 -
YUV 71.73 120.82 209.5 -
System Red Green Blue C M Y K H S L
Decimal 186 16 59 0 0.91 0.68 0.27 344.82 0.84 0.4
Hex BA 10 3B 0 5B 44 1B 159 54 28
Octal 272 20 73 0 133 104 33 531 124 50
Binary 10111010 10000 111011 0 1011011 1000100 11011 101011001 1010100 101000

Color Harmonies of #BA103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA103B

Black with #BA103B

Text Example


Text Example

White with #BA103B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA103B; }

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

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

background-color css

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

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

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

border-color css

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

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

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