Html Css Color HEX #BA162D Cardinal

📋 copy color: '#BA162D'

red 186 ◦ green 22 ◦ blue 45

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

Shades of Cardinal #BA162D

Tints of Cardinal #BA162D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.79%

R = 73.52%
G = 8.7%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA162D (or 0xBA162D) is known color: Cardinal. HEX triplet: BA, 16 and 2D. RGB value is (186,22,45). Sum of RGB (Red+Green+Blue) = 186+22+45=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA162D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA162D is #45E9D2. Grayscale: #494949. Windows color (decimal): -4581843 or 2954938. OLE color: 2954938.

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

Color convert

RGB 186 22 45 -
CMYK 0 0.88 0.76 0.27
HSL 351.59º 0.79% 0.41% -
HSV(B) 351.59º 0.88% 0.73% -
XYZ 21.01 11.2 3.54 -
YUV 73.66 111.83 208.13 -
System Red Green Blue C M Y K H S L
Decimal 186 22 45 0 0.88 0.76 0.27 351.59 0.79 0.41
Hex BA 16 2D 0 58 4C 1B 160 4F 29
Octal 272 26 55 0 130 114 33 540 117 51
Binary 10111010 10110 101101 0 1011000 1001100 11011 101100000 1001111 101001

Color Harmonies of #BA162D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA162D

Black with #BA162D

Text Example


Text Example

White with #BA162D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA162D; }

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

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

background-color css

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

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

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

border-color css

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

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

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