Html Css Color HEX #BA1B38 Cardinal

📋 copy color: '#BA1B38'

red 186 ◦ green 27 ◦ blue 56

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

Shades of Cardinal #BA1B38

Tints of Cardinal #BA1B38

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.04%

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

R = 69.14%
G = 10.04%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA1B38 (or 0xBA1B38) is known color: Cardinal. HEX triplet: BA, 1B and 38. RGB value is (186,27,56). Sum of RGB (Red+Green+Blue) = 186+27+56=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1B38 is #45E4C7. Grayscale: #4D4D4D. Windows color (decimal): -4580552 or 3677114. OLE color: 3677114.

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

Color convert

RGB 186 27 56 -
CMYK 0 0.85 0.70 0.27
HSL 349.06º 0.75% 0.42% -
HSV(B) 349.06º 0.85% 0.73% -
XYZ 21.36 11.51 4.84 -
YUV 77.85 115.68 205.14 -
System Red Green Blue C M Y K H S L
Decimal 186 27 56 0 0.85 0.70 0.27 349.06 0.75 0.42
Hex BA 1B 38 0 55 46 1B 15D 4B 2A
Octal 272 33 70 0 125 106 33 535 113 52
Binary 10111010 11011 111000 0 1010101 1000110 11011 101011101 1001011 101010

Color Harmonies of #BA1B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B38

Black with #BA1B38

Text Example


Text Example

White with #BA1B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B38; }

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

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

background-color css

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

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

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

border-color css

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

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

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