Html Css Color HEX #BA1132 Cardinal

📋 copy color: '#BA1132'

red 186 ◦ green 17 ◦ blue 50

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

Shades of Cardinal #BA1132

Tints of Cardinal #BA1132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.76%

R = 73.52%
G = 6.72%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA1132 (or 0xBA1132) is known color: Cardinal. HEX triplet: BA, 11 and 32. RGB value is (186,17,50). Sum of RGB (Red+Green+Blue) = 186+17+50=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1132 is #45EECD. Grayscale: #474747. Windows color (decimal): -4583118 or 3281338. OLE color: 3281338.

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

Color convert

RGB 186 17 50 -
CMYK 0 0.91 0.73 0.27
HSL 348.28º 0.83% 0.4% -
HSV(B) 348.28º 0.91% 0.73% -
XYZ 21.03 11.07 4.05 -
YUV 71.29 115.99 209.82 -
System Red Green Blue C M Y K H S L
Decimal 186 17 50 0 0.91 0.73 0.27 348.28 0.83 0.4
Hex BA 11 32 0 5B 49 1B 15C 53 28
Octal 272 21 62 0 133 111 33 534 123 50
Binary 10111010 10001 110010 0 1011011 1001001 11011 101011100 1010011 101000

Color Harmonies of #BA1132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1132

Black with #BA1132

Text Example


Text Example

White with #BA1132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1132; }

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

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

background-color css

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

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

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

border-color css

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

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

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