Html Css Color HEX #BA114B Cardinal

📋 copy color: '#BA114B'

red 186 ◦ green 17 ◦ blue 75

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

Shades of Cardinal #BA114B

Tints of Cardinal #BA114B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.98%

R = 66.91%
G = 6.12%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA114B (or 0xBA114B) is known color: Cardinal. HEX triplet: BA, 11 and 4B. RGB value is (186,17,75). Sum of RGB (Red+Green+Blue) = 186+17+75=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA114B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA114B is #45EEB4. Grayscale: #4A4A4A. Windows color (decimal): -4583093 or 4919738. OLE color: 4919738.

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

Color convert

RGB 186 17 75 -
CMYK 0 0.91 0.60 0.27
HSL 339.41º 0.83% 0.4% -
HSV(B) 339.41º 0.91% 0.73% -
XYZ 21.72 11.35 7.7 -
YUV 74.14 128.49 207.78 -
System Red Green Blue C M Y K H S L
Decimal 186 17 75 0 0.91 0.60 0.27 339.41 0.83 0.4
Hex BA 11 4B 0 5B 3C 1B 153 53 28
Octal 272 21 113 0 133 74 33 523 123 50
Binary 10111010 10001 1001011 0 1011011 111100 11011 101010011 1010011 101000

Color Harmonies of #BA114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA114B

Black with #BA114B

Text Example


Text Example

White with #BA114B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA114B; }

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

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

background-color css

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

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

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

border-color css

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

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

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