Html Css Color HEX #BA0736 Cardinal

📋 copy color: '#BA0736'

red 186 ◦ green 7 ◦ blue 54

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

Shades of Cardinal #BA0736

Tints of Cardinal #BA0736

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.83%

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

R = 75.3%
G = 2.83%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA0736 (or 0xBA0736) is known color: Cardinal. HEX triplet: BA, 07 and 36. RGB value is (186,7,54). Sum of RGB (Red+Green+Blue) = 186+7+54=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0736 is #45F8C9. Grayscale: #414141. Windows color (decimal): -4585674 or 3540922. OLE color: 3540922.

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

Color convert

RGB 186 7 54 -
CMYK 0 0.96 0.71 0.27
HSL 344.25º 0.93% 0.38% -
HSV(B) 344.25º 0.96% 0.73% -
XYZ 20.99 10.86 4.48 -
YUV 65.88 121.3 213.68 -
System Red Green Blue C M Y K H S L
Decimal 186 7 54 0 0.96 0.71 0.27 344.25 0.93 0.38
Hex BA 7 36 0 60 47 1B 158 5D 26
Octal 272 7 66 0 140 107 33 530 135 46
Binary 10111010 111 110110 0 1100000 1000111 11011 101011000 1011101 100110

Color Harmonies of #BA0736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0736

Black with #BA0736

Text Example


Text Example

White with #BA0736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0736; }

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

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

background-color css

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

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

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

border-color css

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

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

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