Html Css Color HEX #BA1B30 Cardinal

📋 copy color: '#BA1B30'

red 186 ◦ green 27 ◦ blue 48

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

Shades of Cardinal #BA1B30

Tints of Cardinal #BA1B30

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.34%

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

R = 71.26%
G = 10.34%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA1B30 (or 0xBA1B30) is known color: Cardinal. HEX triplet: BA, 1B and 30. RGB value is (186,27,48). Sum of RGB (Red+Green+Blue) = 186+27+48=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1B30 is #45E4CF. Grayscale: #4D4D4D. Windows color (decimal): -4580560 or 3152826. OLE color: 3152826.

HSL color Cylindrical-coordinate representation of color #BA1B30: hue angle of 352.08º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1B30 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 27 48 -
CMYK 0 0.85 0.74 0.27
HSL 352.08º 0.75% 0.42% -
HSV(B) 352.08º 0.85% 0.73% -
XYZ 21.18 11.44 3.89 -
YUV 76.94 111.68 205.79 -
System Red Green Blue C M Y K H S L
Decimal 186 27 48 0 0.85 0.74 0.27 352.08 0.75 0.42
Hex BA 1B 30 0 55 4A 1B 160 4B 2A
Octal 272 33 60 0 125 112 33 540 113 52
Binary 10111010 11011 110000 0 1010101 1001010 11011 101100000 1001011 101010

Color Harmonies of #BA1B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B30

Black with #BA1B30

Text Example


Text Example

White with #BA1B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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