Html Css Color HEX #BA163F Cardinal

📋 copy color: '#BA163F'

red 186 ◦ green 22 ◦ blue 63

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

Shades of Cardinal #BA163F

Tints of Cardinal #BA163F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.25%

R = 68.63%
G = 8.12%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA163F (or 0xBA163F) is known color: Cardinal. HEX triplet: BA, 16 and 3F. RGB value is (186,22,63). Sum of RGB (Red+Green+Blue) = 186+22+63=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA163F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA163F is #45E9C0. Grayscale: #4B4B4B. Windows color (decimal): -4581825 or 4134586. OLE color: 4134586.

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

Color convert

RGB 186 22 63 -
CMYK 0 0.88 0.66 0.27
HSL 345º 0.79% 0.41% -
HSV(B) 345º 0.88% 0.73% -
XYZ 21.43 11.37 5.77 -
YUV 75.71 120.83 206.67 -
System Red Green Blue C M Y K H S L
Decimal 186 22 63 0 0.88 0.66 0.27 345 0.79 0.41
Hex BA 16 3F 0 58 42 1B 159 4F 29
Octal 272 26 77 0 130 102 33 531 117 51
Binary 10111010 10110 111111 0 1011000 1000010 11011 101011001 1001111 101001

Color Harmonies of #BA163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA163F

Black with #BA163F

Text Example


Text Example

White with #BA163F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA163F; }

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

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

background-color css

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

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

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

border-color css

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

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

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