Html Css Color HEX #BA0136 Cardinal

📋 copy color: '#BA0136'

red 186 ◦ green 1 ◦ blue 54

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

Shades of Cardinal #BA0136

Tints of Cardinal #BA0136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 77.18%
G = 0.41%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA0136 (or 0xBA0136) is known color: Cardinal. HEX triplet: BA, 01 and 36. RGB value is (186,1,54). Sum of RGB (Red+Green+Blue) = 186+1+54=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0136 is #45FEC9. Grayscale: #3E3E3E. Windows color (decimal): -4587210 or 3539386. OLE color: 3539386.

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

Color convert

RGB 186 1 54 -
CMYK 0 0.99 0.71 0.27
HSL 342.81º 0.99% 0.37% -
HSV(B) 342.81º 0.99% 0.73% -
XYZ 20.93 10.73 4.46 -
YUV 62.36 123.29 216.19 -
System Red Green Blue C M Y K H S L
Decimal 186 1 54 0 0.99 0.71 0.27 342.81 0.99 0.37
Hex BA 1 36 0 63 47 1B 157 63 25
Octal 272 1 66 0 143 107 33 527 143 45
Binary 10111010 1 110110 0 1100011 1000111 11011 101010111 1100011 100101

Color Harmonies of #BA0136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0136

Black with #BA0136

Text Example


Text Example

White with #BA0136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0136; }

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

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

background-color css

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

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

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

border-color css

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

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

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