Html Css Color HEX #BA1E2B Cardinal

📋 copy color: '#BA1E2B'

red 186 ◦ green 30 ◦ blue 43

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

Shades of Cardinal #BA1E2B

Tints of Cardinal #BA1E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.6%

R = 71.81%
G = 11.58%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA1E2B (or 0xBA1E2B) is known color: Cardinal. HEX triplet: BA, 1E and 2B. RGB value is (186,30,43). Sum of RGB (Red+Green+Blue) = 186+30+43=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E2B is #45E1D4. Grayscale: #4E4E4E. Windows color (decimal): -4579797 or 2825914. OLE color: 2825914.

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

Color convert

RGB 186 30 43 -
CMYK 0 0.84 0.77 0.27
HSL 355º 0.72% 0.42% -
HSV(B) 355º 0.84% 0.73% -
XYZ 21.15 11.54 3.4 -
YUV 78.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 186 30 43 0 0.84 0.77 0.27 355 0.72 0.42
Hex BA 1E 2B 0 54 4D 1B 163 48 2A
Octal 272 36 53 0 124 115 33 543 110 52
Binary 10111010 11110 101011 0 1010100 1001101 11011 101100011 1001000 101010

Color Harmonies of #BA1E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E2B

Black with #BA1E2B

Text Example


Text Example

White with #BA1E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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