Html Css Color HEX #BA1E38 Cardinal

📋 copy color: '#BA1E38'

red 186 ◦ green 30 ◦ blue 56

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

Shades of Cardinal #BA1E38

Tints of Cardinal #BA1E38

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.03%

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

R = 68.38%
G = 11.03%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA1E38 (or 0xBA1E38) is known color: Cardinal. HEX triplet: BA, 1E and 38. RGB value is (186,30,56). Sum of RGB (Red+Green+Blue) = 186+30+56=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E38 is #45E1C7. Grayscale: #4F4F4F. Windows color (decimal): -4579784 or 3677882. OLE color: 3677882.

HSL color Cylindrical-coordinate representation of color #BA1E38: hue angle of 350º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1E38 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 30 56 -
CMYK 0 0.84 0.70 0.27
HSL 350º 0.72% 0.42% -
HSV(B) 350º 0.84% 0.73% -
XYZ 21.43 11.65 4.86 -
YUV 79.61 114.68 203.89 -
System Red Green Blue C M Y K H S L
Decimal 186 30 56 0 0.84 0.70 0.27 350 0.72 0.42
Hex BA 1E 38 0 54 46 1B 15E 48 2A
Octal 272 36 70 0 124 106 33 536 110 52
Binary 10111010 11110 111000 0 1010100 1000110 11011 101011110 1001000 101010

Color Harmonies of #BA1E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E38

Black with #BA1E38

Text Example


Text Example

White with #BA1E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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