Html Css Color HEX #BA0536 Cardinal

📋 copy color: '#BA0536'

red 186 ◦ green 5 ◦ blue 54

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

Shades of Cardinal #BA0536

Tints of Cardinal #BA0536

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.04%

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

R = 75.92%
G = 2.04%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA0536 (or 0xBA0536) is known color: Cardinal. HEX triplet: BA, 05 and 36. RGB value is (186,5,54). Sum of RGB (Red+Green+Blue) = 186+5+54=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0536 is #45FAC9. Grayscale: #404040. Windows color (decimal): -4586186 or 3540410. OLE color: 3540410.

HSL color Cylindrical-coordinate representation of color #BA0536: hue angle of 343.76º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0536 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 5 54 -
CMYK 0 0.97 0.71 0.27
HSL 343.76º 0.95% 0.37% -
HSV(B) 343.76º 0.97% 0.73% -
XYZ 20.97 10.81 4.47 -
YUV 64.71 121.97 214.52 -
System Red Green Blue C M Y K H S L
Decimal 186 5 54 0 0.97 0.71 0.27 343.76 0.95 0.37
Hex BA 5 36 0 61 47 1B 158 5F 25
Octal 272 5 66 0 141 107 33 530 137 45
Binary 10111010 101 110110 0 1100001 1000111 11011 101011000 1011111 100101

Color Harmonies of #BA0536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0536

Black with #BA0536

Text Example


Text Example

White with #BA0536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0536; }

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

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

background-color css

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

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

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

border-color css

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

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

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