Html Css Color HEX #BA0E2D Cardinal

📋 copy color: '#BA0E2D'

red 186 ◦ green 14 ◦ blue 45

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

Shades of Cardinal #BA0E2D

Tints of Cardinal #BA0E2D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.71%

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

R = 75.92%
G = 5.71%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA0E2D (or 0xBA0E2D) is known color: Cardinal. HEX triplet: BA, 0E and 2D. RGB value is (186,14,45). Sum of RGB (Red+Green+Blue) = 186+14+45=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0E2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0E2D is #45F1D2. Grayscale: #454545. Windows color (decimal): -4583891 or 2952890. OLE color: 2952890.

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

Color convert

RGB 186 14 45 -
CMYK 0 0.92 0.76 0.27
HSL 349.19º 0.86% 0.39% -
HSV(B) 349.19º 0.92% 0.73% -
XYZ 20.88 10.94 3.49 -
YUV 68.96 114.48 211.48 -
System Red Green Blue C M Y K H S L
Decimal 186 14 45 0 0.92 0.76 0.27 349.19 0.86 0.39
Hex BA E 2D 0 5C 4C 1B 15D 56 27
Octal 272 16 55 0 134 114 33 535 126 47
Binary 10111010 1110 101101 0 1011100 1001100 11011 101011101 1010110 100111

Color Harmonies of #BA0E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0E2D

Black with #BA0E2D

Text Example


Text Example

White with #BA0E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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