Html Css Color HEX #BA2737 Cardinal

📋 copy color: '#BA2737'

red 186 ◦ green 39 ◦ blue 55

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

Shades of Cardinal #BA2737

Tints of Cardinal #BA2737

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.93%

 BLUE value IS 55 (21.88% from 255) = 19.64%

R = 66.43%
G = 13.93%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA2737 (or 0xBA2737) is known color: Cardinal. HEX triplet: BA, 27 and 37. RGB value is (186,39,55). Sum of RGB (Red+Green+Blue) = 186+39+55=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2737 is #45D8C8. Grayscale: #545454. Windows color (decimal): -4577481 or 3614650. OLE color: 3614650.

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

Color convert

RGB 186 39 55 -
CMYK 0 0.79 0.70 0.27
HSL 353.47º 0.65% 0.44% -
HSV(B) 353.47º 0.79% 0.73% -
XYZ 21.66 12.17 4.82 -
YUV 84.78 111.2 200.2 -
System Red Green Blue C M Y K H S L
Decimal 186 39 55 0 0.79 0.70 0.27 353.47 0.65 0.44
Hex BA 27 37 0 4F 46 1B 161 41 2C
Octal 272 47 67 0 117 106 33 541 101 54
Binary 10111010 100111 110111 0 1001111 1000110 11011 101100001 1000001 101100

Color Harmonies of #BA2737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2737

Black with #BA2737

Text Example


Text Example

White with #BA2737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2737; }

 p { color: rgb(186,39,55); }

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

background-color css

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

 a { background-color: rgb(186,39,55); }

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

border-color css

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

 span { border-color: rgb(186,39,55); }

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