Html Css Color HEX #BA163B Cardinal

📋 copy color: '#BA163B'

red 186 ◦ green 22 ◦ blue 59

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

Shades of Cardinal #BA163B

Tints of Cardinal #BA163B

RGB

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

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

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

R = 69.66%
G = 8.24%
B = 22.1%

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

#BA163B (or 0xBA163B) is known color: Cardinal. HEX triplet: BA, 16 and 3B. RGB value is (186,22,59). Sum of RGB (Red+Green+Blue) = 186+22+59=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA163B is #45E9C4. Grayscale: #4B4B4B. Windows color (decimal): -4581829 or 3872442. OLE color: 3872442.

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

Color convert

RGB 186 22 59 -
CMYK 0 0.88 0.68 0.27
HSL 346.46º 0.79% 0.41% -
HSV(B) 346.46º 0.88% 0.73% -
XYZ 21.33 11.33 5.2 -
YUV 75.25 118.83 206.99 -
System Red Green Blue C M Y K H S L
Decimal 186 22 59 0 0.88 0.68 0.27 346.46 0.79 0.41
Hex BA 16 3B 0 58 44 1B 15A 4F 29
Octal 272 26 73 0 130 104 33 532 117 51
Binary 10111010 10110 111011 0 1011000 1000100 11011 101011010 1001111 101001

Color Harmonies of #BA163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA163B

Black with #BA163B

Text Example


Text Example

White with #BA163B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA163B; }

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

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

background-color css

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

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

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

border-color css

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

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

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