Html Css Color HEX #BA2736 Cardinal

📋 copy color: '#BA2736'

red 186 ◦ green 39 ◦ blue 54

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

Shades of Cardinal #BA2736

Tints of Cardinal #BA2736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.35%

R = 66.67%
G = 13.98%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA2736 (or 0xBA2736) is known color: Cardinal. HEX triplet: BA, 27 and 36. RGB value is (186,39,54). Sum of RGB (Red+Green+Blue) = 186+39+54=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2736 is #45D8C9. Grayscale: #545454. Windows color (decimal): -4577482 or 3549114. OLE color: 3549114.

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

Color convert

RGB 186 39 54 -
CMYK 0 0.79 0.71 0.27
HSL 353.88º 0.65% 0.44% -
HSV(B) 353.88º 0.79% 0.73% -
XYZ 21.64 12.16 4.7 -
YUV 84.66 110.7 200.28 -
System Red Green Blue C M Y K H S L
Decimal 186 39 54 0 0.79 0.71 0.27 353.88 0.65 0.44
Hex BA 27 36 0 4F 47 1B 162 41 2C
Octal 272 47 66 0 117 107 33 542 101 54
Binary 10111010 100111 110110 0 1001111 1000111 11011 101100010 1000001 101100

Color Harmonies of #BA2736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2736

Black with #BA2736

Text Example


Text Example

White with #BA2736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2736; }

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

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

background-color css

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

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

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

border-color css

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

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

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