Html Css Color HEX #BA1633 Cardinal

📋 copy color: '#BA1633'

red 186 ◦ green 22 ◦ blue 51

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

Shades of Cardinal #BA1633

Tints of Cardinal #BA1633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.69%

R = 71.81%
G = 8.49%
B = 19.69%

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

#BA1633 (or 0xBA1633) is known color: Cardinal. HEX triplet: BA, 16 and 33. RGB value is (186,22,51). Sum of RGB (Red+Green+Blue) = 186+22+51=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1633 is #45E9CC. Grayscale: #4A4A4A. Windows color (decimal): -4581837 or 3348154. OLE color: 3348154.

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

Color convert

RGB 186 22 51 -
CMYK 0 0.88 0.73 0.27
HSL 349.39º 0.79% 0.41% -
HSV(B) 349.39º 0.88% 0.73% -
XYZ 21.13 11.25 4.19 -
YUV 74.34 114.83 207.64 -
System Red Green Blue C M Y K H S L
Decimal 186 22 51 0 0.88 0.73 0.27 349.39 0.79 0.41
Hex BA 16 33 0 58 49 1B 15D 4F 29
Octal 272 26 63 0 130 111 33 535 117 51
Binary 10111010 10110 110011 0 1011000 1001001 11011 101011101 1001111 101001

Color Harmonies of #BA1633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1633

Black with #BA1633

Text Example


Text Example

White with #BA1633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1633; }

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

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

background-color css

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

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

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

border-color css

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

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

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