Html Css Color HEX #BA0848 Cardinal

📋 copy color: '#BA0848'

red 186 ◦ green 8 ◦ blue 72

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

Shades of Cardinal #BA0848

Tints of Cardinal #BA0848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.01%

 BLUE value IS 72 (28.52% from 255) = 27.07%

R = 69.92%
G = 3.01%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA0848 (or 0xBA0848) is known color: Cardinal. HEX triplet: BA, 08 and 48. RGB value is (186,8,72). Sum of RGB (Red+Green+Blue) = 186+8+72=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0848 is #45F7B7. Grayscale: #444444. Windows color (decimal): -4585400 or 4720826. OLE color: 4720826.

HSL color Cylindrical-coordinate representation of color #BA0848: hue angle of 338.43º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0848 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 8 72 -
CMYK 0 0.96 0.61 0.27
HSL 338.43º 0.92% 0.38% -
HSV(B) 338.43º 0.96% 0.73% -
XYZ 21.51 11.08 7.14 -
YUV 68.52 129.97 211.8 -
System Red Green Blue C M Y K H S L
Decimal 186 8 72 0 0.96 0.61 0.27 338.43 0.92 0.38
Hex BA 8 48 0 60 3D 1B 152 5C 26
Octal 272 10 110 0 140 75 33 522 134 46
Binary 10111010 1000 1001000 0 1100000 111101 11011 101010010 1011100 100110

Color Harmonies of #BA0848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0848

Black with #BA0848

Text Example


Text Example

White with #BA0848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0848; }

 p { color: rgb(186,8,72); }

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

background-color css

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

 a { background-color: rgb(186,8,72); }

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

border-color css

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

 span { border-color: rgb(186,8,72); }

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