Html Css Color HEX #BA0137 Cardinal

📋 copy color: '#BA0137'

red 186 ◦ green 1 ◦ blue 55

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

Shades of Cardinal #BA0137

Tints of Cardinal #BA0137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.73%

R = 76.86%
G = 0.41%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA0137 (or 0xBA0137) is known color: Cardinal. HEX triplet: BA, 01 and 37. RGB value is (186,1,55). Sum of RGB (Red+Green+Blue) = 186+1+55=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0137 is #45FEC8. Grayscale: #3E3E3E. Windows color (decimal): -4587209 or 3604922. OLE color: 3604922.

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

Color convert

RGB 186 1 55 -
CMYK 0 0.99 0.70 0.27
HSL 342.49º 0.99% 0.37% -
HSV(B) 342.49º 0.99% 0.73% -
XYZ 20.95 10.74 4.58 -
YUV 62.47 123.79 216.11 -
System Red Green Blue C M Y K H S L
Decimal 186 1 55 0 0.99 0.70 0.27 342.49 0.99 0.37
Hex BA 1 37 0 63 46 1B 156 63 25
Octal 272 1 67 0 143 106 33 526 143 45
Binary 10111010 1 110111 0 1100011 1000110 11011 101010110 1100011 100101

Color Harmonies of #BA0137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0137

Black with #BA0137

Text Example


Text Example

White with #BA0137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0137; }

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

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

background-color css

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

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

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

border-color css

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

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

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