Html Css Color HEX #BA182D Cardinal

📋 copy color: '#BA182D'

red 186 ◦ green 24 ◦ blue 45

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

Shades of Cardinal #BA182D

Tints of Cardinal #BA182D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.41%

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

R = 72.94%
G = 9.41%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA182D (or 0xBA182D) is known color: Cardinal. HEX triplet: BA, 18 and 2D. RGB value is (186,24,45). Sum of RGB (Red+Green+Blue) = 186+24+45=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA182D is #45E7D2. Grayscale: #4A4A4A. Windows color (decimal): -4581331 or 2955450. OLE color: 2955450.

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

Color convert

RGB 186 24 45 -
CMYK 0 0.87 0.76 0.27
HSL 352.22º 0.77% 0.41% -
HSV(B) 352.22º 0.87% 0.73% -
XYZ 21.05 11.28 3.55 -
YUV 74.83 111.17 207.29 -
System Red Green Blue C M Y K H S L
Decimal 186 24 45 0 0.87 0.76 0.27 352.22 0.77 0.41
Hex BA 18 2D 0 57 4C 1B 160 4D 29
Octal 272 30 55 0 127 114 33 540 115 51
Binary 10111010 11000 101101 0 1010111 1001100 11011 101100000 1001101 101001

Color Harmonies of #BA182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA182D

Black with #BA182D

Text Example


Text Example

White with #BA182D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA182D; }

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

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

background-color css

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

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

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

border-color css

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

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

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