Html Css Color HEX #BA1632 Cardinal

📋 copy color: '#BA1632'

red 186 ◦ green 22 ◦ blue 50

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

Shades of Cardinal #BA1632

Tints of Cardinal #BA1632

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.53%

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

R = 72.09%
G = 8.53%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA1632 (or 0xBA1632) is known color: Cardinal. HEX triplet: BA, 16 and 32. RGB value is (186,22,50). Sum of RGB (Red+Green+Blue) = 186+22+50=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1632 is #45E9CD. Grayscale: #4A4A4A. Windows color (decimal): -4581838 or 3282618. OLE color: 3282618.

HSL color Cylindrical-coordinate representation of color #BA1632: hue angle of 349.76º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1632 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 22 50 -
CMYK 0 0.88 0.73 0.27
HSL 349.76º 0.79% 0.41% -
HSV(B) 349.76º 0.88% 0.73% -
XYZ 21.11 11.24 4.08 -
YUV 74.23 114.33 207.72 -
System Red Green Blue C M Y K H S L
Decimal 186 22 50 0 0.88 0.73 0.27 349.76 0.79 0.41
Hex BA 16 32 0 58 49 1B 15E 4F 29
Octal 272 26 62 0 130 111 33 536 117 51
Binary 10111010 10110 110010 0 1011000 1001001 11011 101011110 1001111 101001

Color Harmonies of #BA1632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1632

Black with #BA1632

Text Example


Text Example

White with #BA1632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1632; }

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

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

background-color css

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

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

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

border-color css

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

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

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