Html Css Color HEX #BA122B Cardinal

📋 copy color: '#BA122B'

red 186 ◦ green 18 ◦ blue 43

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

Shades of Cardinal #BA122B

Tints of Cardinal #BA122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.29%

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

R = 75.3%
G = 7.29%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA122B (or 0xBA122B) is known color: Cardinal. HEX triplet: BA, 12 and 2B. RGB value is (186,18,43). Sum of RGB (Red+Green+Blue) = 186+18+43=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA122B is #45EDD4. Grayscale: #474747. Windows color (decimal): -4582869 or 2822842. OLE color: 2822842.

HSL color Cylindrical-coordinate representation of color #BA122B: hue angle of 351.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA122B is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 18 43 -
CMYK 0 0.90 0.77 0.27
HSL 351.07º 0.82% 0.4% -
HSV(B) 351.07º 0.9% 0.73% -
XYZ 20.9 11.05 3.32 -
YUV 71.08 112.16 209.97 -
System Red Green Blue C M Y K H S L
Decimal 186 18 43 0 0.90 0.77 0.27 351.07 0.82 0.4
Hex BA 12 2B 0 5A 4D 1B 15F 52 28
Octal 272 22 53 0 132 115 33 537 122 50
Binary 10111010 10010 101011 0 1011010 1001101 11011 101011111 1010010 101000

Color Harmonies of #BA122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA122B

Black with #BA122B

Text Example


Text Example

White with #BA122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA122B; }

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

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

background-color css

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

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

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

border-color css

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

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

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