Html Css Color HEX #BA1630 Cardinal

📋 copy color: '#BA1630'

red 186 ◦ green 22 ◦ blue 48

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

Shades of Cardinal #BA1630

Tints of Cardinal #BA1630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.75%

R = 72.66%
G = 8.59%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA1630 (or 0xBA1630) is known color: Cardinal. HEX triplet: BA, 16 and 30. RGB value is (186,22,48). Sum of RGB (Red+Green+Blue) = 186+22+48=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1630 is #45E9CF. Grayscale: #4A4A4A. Windows color (decimal): -4581840 or 3151546. OLE color: 3151546.

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

Color convert

RGB 186 22 48 -
CMYK 0 0.88 0.74 0.27
HSL 350.49º 0.79% 0.41% -
HSV(B) 350.49º 0.88% 0.73% -
XYZ 21.07 11.23 3.85 -
YUV 74 113.33 207.89 -
System Red Green Blue C M Y K H S L
Decimal 186 22 48 0 0.88 0.74 0.27 350.49 0.79 0.41
Hex BA 16 30 0 58 4A 1B 15E 4F 29
Octal 272 26 60 0 130 112 33 536 117 51
Binary 10111010 10110 110000 0 1011000 1001010 11011 101011110 1001111 101001

Color Harmonies of #BA1630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1630

Black with #BA1630

Text Example


Text Example

White with #BA1630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1630; }

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

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

background-color css

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

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

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

border-color css

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

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

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