Html Css Color HEX #BA163C Cardinal

📋 copy color: '#BA163C'

red 186 ◦ green 22 ◦ blue 60

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

Shades of Cardinal #BA163C

Tints of Cardinal #BA163C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.21%

 BLUE value IS 60 (23.83% from 255) = 22.39%

R = 69.4%
G = 8.21%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA163C (or 0xBA163C) is known color: Cardinal. HEX triplet: BA, 16 and 3C. RGB value is (186,22,60). Sum of RGB (Red+Green+Blue) = 186+22+60=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA163C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA163C is #45E9C3. Grayscale: #4B4B4B. Windows color (decimal): -4581828 or 3937978. OLE color: 3937978.

HSL color Cylindrical-coordinate representation of color #BA163C: hue angle of 346.1º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA163C is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 22 60 -
CMYK 0 0.88 0.68 0.27
HSL 346.1º 0.79% 0.41% -
HSV(B) 346.1º 0.88% 0.73% -
XYZ 21.35 11.34 5.34 -
YUV 75.37 119.33 206.91 -
System Red Green Blue C M Y K H S L
Decimal 186 22 60 0 0.88 0.68 0.27 346.1 0.79 0.41
Hex BA 16 3C 0 58 44 1B 15A 4F 29
Octal 272 26 74 0 130 104 33 532 117 51
Binary 10111010 10110 111100 0 1011000 1000100 11011 101011010 1001111 101001

Color Harmonies of #BA163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA163C

Black with #BA163C

Text Example


Text Example

White with #BA163C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA163C; }

 p { color: rgb(186,22,60); }

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

background-color css

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

 a { background-color: rgb(186,22,60); }

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

border-color css

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

 span { border-color: rgb(186,22,60); }

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