Html Css Color HEX #BA2832 Cardinal

📋 copy color: '#BA2832'

red 186 ◦ green 40 ◦ blue 50

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

Shades of Cardinal #BA2832

Tints of Cardinal #BA2832

RGB

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

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

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

R = 67.39%
G = 14.49%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA2832 (or 0xBA2832) is known color: Cardinal. HEX triplet: BA, 28 and 32. RGB value is (186,40,50). Sum of RGB (Red+Green+Blue) = 186+40+50=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2832 is #45D7CD. Grayscale: #545454. Windows color (decimal): -4577230 or 3287226. OLE color: 3287226.

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

Color convert

RGB 186 40 50 -
CMYK 0 0.78 0.73 0.27
HSL 355.89º 0.65% 0.44% -
HSV(B) 355.89º 0.78% 0.73% -
XYZ 21.58 12.19 4.23 -
YUV 84.79 108.37 200.19 -
System Red Green Blue C M Y K H S L
Decimal 186 40 50 0 0.78 0.73 0.27 355.89 0.65 0.44
Hex BA 28 32 0 4E 49 1B 164 41 2C
Octal 272 50 62 0 116 111 33 544 101 54
Binary 10111010 101000 110010 0 1001110 1001001 11011 101100100 1000001 101100

Color Harmonies of #BA2832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2832

Black with #BA2832

Text Example


Text Example

White with #BA2832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2832; }

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

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

background-color css

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

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

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

border-color css

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

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

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