Html Css Color HEX #BA0138 Cardinal

📋 copy color: '#BA0138'

red 186 ◦ green 1 ◦ blue 56

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

Shades of Cardinal #BA0138

Tints of Cardinal #BA0138

RGB

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

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

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

R = 76.54%
G = 0.41%
B = 23.05%

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

#BA0138 (or 0xBA0138) is known color: Cardinal. HEX triplet: BA, 01 and 38. RGB value is (186,1,56). Sum of RGB (Red+Green+Blue) = 186+1+56=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0138 is #45FEC7. Grayscale: #3E3E3E. Windows color (decimal): -4587208 or 3670458. OLE color: 3670458.

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

Color convert

RGB 186 1 56 -
CMYK 0 0.99 0.70 0.27
HSL 342.16º 0.99% 0.37% -
HSV(B) 342.16º 0.99% 0.73% -
XYZ 20.97 10.75 4.71 -
YUV 62.59 124.29 216.03 -
System Red Green Blue C M Y K H S L
Decimal 186 1 56 0 0.99 0.70 0.27 342.16 0.99 0.37
Hex BA 1 38 0 63 46 1B 156 63 25
Octal 272 1 70 0 143 106 33 526 143 45
Binary 10111010 1 111000 0 1100011 1000110 11011 101010110 1100011 100101

Color Harmonies of #BA0138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0138

Black with #BA0138

Text Example


Text Example

White with #BA0138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0138; }

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

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

background-color css

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

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

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

border-color css

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

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

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