Html Css Color HEX #BA112E Cardinal

📋 copy color: '#BA112E'

red 186 ◦ green 17 ◦ blue 46

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

Shades of Cardinal #BA112E

Tints of Cardinal #BA112E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.83%

 BLUE value IS 46 (18.36% from 255) = 18.47%

R = 74.7%
G = 6.83%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA112E (or 0xBA112E) is known color: Cardinal. HEX triplet: BA, 11 and 2E. RGB value is (186,17,46). Sum of RGB (Red+Green+Blue) = 186+17+46=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA112E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA112E is #45EED1. Grayscale: #464646. Windows color (decimal): -4583122 or 3019194. OLE color: 3019194.

HSL color Cylindrical-coordinate representation of color #BA112E: hue angle of 349.7º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA112E is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 17 46 -
CMYK 0 0.91 0.75 0.27
HSL 349.7º 0.83% 0.4% -
HSV(B) 349.7º 0.91% 0.73% -
XYZ 20.94 11.04 3.61 -
YUV 70.84 113.99 210.14 -
System Red Green Blue C M Y K H S L
Decimal 186 17 46 0 0.91 0.75 0.27 349.7 0.83 0.4
Hex BA 11 2E 0 5B 4B 1B 15E 53 28
Octal 272 21 56 0 133 113 33 536 123 50
Binary 10111010 10001 101110 0 1011011 1001011 11011 101011110 1010011 101000

Color Harmonies of #BA112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA112E

Black with #BA112E

Text Example


Text Example

White with #BA112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA112E; }

 p { color: rgb(186,17,46); }

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

background-color css

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

 a { background-color: rgb(186,17,46); }

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

border-color css

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

 span { border-color: rgb(186,17,46); }

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