Html Css Color HEX #BA2830 Cardinal

📋 copy color: '#BA2830'

red 186 ◦ green 40 ◦ blue 48

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

Shades of Cardinal #BA2830

Tints of Cardinal #BA2830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.6%

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

R = 67.88%
G = 14.6%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA2830 (or 0xBA2830) is known color: Cardinal. HEX triplet: BA, 28 and 30. RGB value is (186,40,48). Sum of RGB (Red+Green+Blue) = 186+40+48=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2830 is #45D7CF. Grayscale: #545454. Windows color (decimal): -4577232 or 3156154. OLE color: 3156154.

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

Color convert

RGB 186 40 48 -
CMYK 0 0.78 0.74 0.27
HSL 356.71º 0.65% 0.44% -
HSV(B) 356.71º 0.78% 0.73% -
XYZ 21.54 12.17 4.01 -
YUV 84.57 107.37 200.35 -
System Red Green Blue C M Y K H S L
Decimal 186 40 48 0 0.78 0.74 0.27 356.71 0.65 0.44
Hex BA 28 30 0 4E 4A 1B 165 41 2C
Octal 272 50 60 0 116 112 33 545 101 54
Binary 10111010 101000 110000 0 1001110 1001010 11011 101100101 1000001 101100

Color Harmonies of #BA2830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2830

Black with #BA2830

Text Example


Text Example

White with #BA2830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2830; }

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

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

background-color css

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

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

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

border-color css

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

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

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