Html Css Color HEX #BA182E Cardinal

📋 copy color: '#BA182E'

red 186 ◦ green 24 ◦ blue 46

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

Shades of Cardinal #BA182E

Tints of Cardinal #BA182E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.97%

R = 72.66%
G = 9.38%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA182E (or 0xBA182E) is known color: Cardinal. HEX triplet: BA, 18 and 2E. RGB value is (186,24,46). Sum of RGB (Red+Green+Blue) = 186+24+46=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA182E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA182E is #45E7D1. Grayscale: #4B4B4B. Windows color (decimal): -4581330 or 3020986. OLE color: 3020986.

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

Color convert

RGB 186 24 46 -
CMYK 0 0.87 0.75 0.27
HSL 351.85º 0.77% 0.41% -
HSV(B) 351.85º 0.87% 0.73% -
XYZ 21.07 11.29 3.65 -
YUV 74.95 111.67 207.21 -
System Red Green Blue C M Y K H S L
Decimal 186 24 46 0 0.87 0.75 0.27 351.85 0.77 0.41
Hex BA 18 2E 0 57 4B 1B 160 4D 29
Octal 272 30 56 0 127 113 33 540 115 51
Binary 10111010 11000 101110 0 1010111 1001011 11011 101100000 1001101 101001

Color Harmonies of #BA182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA182E

Black with #BA182E

Text Example


Text Example

White with #BA182E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA182E; }

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

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

background-color css

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

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

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

border-color css

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

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

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