Html Css Color HEX #BA2738 Cardinal

📋 copy color: '#BA2738'

red 186 ◦ green 39 ◦ blue 56

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

Shades of Cardinal #BA2738

Tints of Cardinal #BA2738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.93%

R = 66.19%
G = 13.88%
B = 19.93%

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

#BA2738 (or 0xBA2738) is known color: Cardinal. HEX triplet: BA, 27 and 38. RGB value is (186,39,56). Sum of RGB (Red+Green+Blue) = 186+39+56=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2738 is #45D8C7. Grayscale: #545454. Windows color (decimal): -4577480 or 3680186. OLE color: 3680186.

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

Color convert

RGB 186 39 56 -
CMYK 0 0.79 0.70 0.27
HSL 353.06º 0.65% 0.44% -
HSV(B) 353.06º 0.79% 0.73% -
XYZ 21.69 12.18 4.95 -
YUV 84.89 111.7 200.12 -
System Red Green Blue C M Y K H S L
Decimal 186 39 56 0 0.79 0.70 0.27 353.06 0.65 0.44
Hex BA 27 38 0 4F 46 1B 161 41 2C
Octal 272 47 70 0 117 106 33 541 101 54
Binary 10111010 100111 111000 0 1001111 1000110 11011 101100001 1000001 101100

Color Harmonies of #BA2738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2738

Black with #BA2738

Text Example


Text Example

White with #BA2738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2738; }

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

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

background-color css

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

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

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

border-color css

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

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

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