Html Css Color HEX #BA1E2D Cardinal

📋 copy color: '#BA1E2D'

red 186 ◦ green 30 ◦ blue 45

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

Shades of Cardinal #BA1E2D

Tints of Cardinal #BA1E2D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.49%

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

R = 71.26%
G = 11.49%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA1E2D (or 0xBA1E2D) is known color: Cardinal. HEX triplet: BA, 1E and 2D. RGB value is (186,30,45). Sum of RGB (Red+Green+Blue) = 186+30+45=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E2D is #45E1D2. Grayscale: #4E4E4E. Windows color (decimal): -4579795 or 2956986. OLE color: 2956986.

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

Color convert

RGB 186 30 45 -
CMYK 0 0.84 0.76 0.27
HSL 354.23º 0.72% 0.42% -
HSV(B) 354.23º 0.84% 0.73% -
XYZ 21.19 11.56 3.6 -
YUV 78.35 109.18 204.78 -
System Red Green Blue C M Y K H S L
Decimal 186 30 45 0 0.84 0.76 0.27 354.23 0.72 0.42
Hex BA 1E 2D 0 54 4C 1B 162 48 2A
Octal 272 36 55 0 124 114 33 542 110 52
Binary 10111010 11110 101101 0 1010100 1001100 11011 101100010 1001000 101010

Color Harmonies of #BA1E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E2D

Black with #BA1E2D

Text Example


Text Example

White with #BA1E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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