Html Css Color HEX #BA1C2B Cardinal

📋 copy color: '#BA1C2B'

red 186 ◦ green 28 ◦ blue 43

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

Shades of Cardinal #BA1C2B

Tints of Cardinal #BA1C2B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.89%

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

R = 72.37%
G = 10.89%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA1C2B (or 0xBA1C2B) is known color: Cardinal. HEX triplet: BA, 1C and 2B. RGB value is (186,28,43). Sum of RGB (Red+Green+Blue) = 186+28+43=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1C2B is #45E3D4. Grayscale: #4D4D4D. Windows color (decimal): -4580309 or 2825402. OLE color: 2825402.

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

Color convert

RGB 186 28 43 -
CMYK 0 0.85 0.77 0.27
HSL 354.3º 0.74% 0.42% -
HSV(B) 354.3º 0.85% 0.73% -
XYZ 21.1 11.44 3.38 -
YUV 76.95 108.85 205.78 -
System Red Green Blue C M Y K H S L
Decimal 186 28 43 0 0.85 0.77 0.27 354.3 0.74 0.42
Hex BA 1C 2B 0 55 4D 1B 162 4A 2A
Octal 272 34 53 0 125 115 33 542 112 52
Binary 10111010 11100 101011 0 1010101 1001101 11011 101100010 1001010 101010

Color Harmonies of #BA1C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C2B

Black with #BA1C2B

Text Example


Text Example

White with #BA1C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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