Html Css Color HEX #BA0A48 Cardinal

📋 copy color: '#BA0A48'

red 186 ◦ green 10 ◦ blue 72

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

Shades of Cardinal #BA0A48

Tints of Cardinal #BA0A48

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.73%

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

R = 69.4%
G = 3.73%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA0A48 (or 0xBA0A48) is known color: Cardinal. HEX triplet: BA, 0A and 48. RGB value is (186,10,72). Sum of RGB (Red+Green+Blue) = 186+10+72=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0A48 is #45F5B7. Grayscale: #454545. Windows color (decimal): -4584888 or 4721338. OLE color: 4721338.

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

Color convert

RGB 186 10 72 -
CMYK 0 0.95 0.61 0.27
HSL 338.86º 0.9% 0.38% -
HSV(B) 338.86º 0.95% 0.73% -
XYZ 21.53 11.12 7.14 -
YUV 69.69 129.31 210.96 -
System Red Green Blue C M Y K H S L
Decimal 186 10 72 0 0.95 0.61 0.27 338.86 0.9 0.38
Hex BA A 48 0 5F 3D 1B 153 5A 26
Octal 272 12 110 0 137 75 33 523 132 46
Binary 10111010 1010 1001000 0 1011111 111101 11011 101010011 1011010 100110

Color Harmonies of #BA0A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0A48

Black with #BA0A48

Text Example


Text Example

White with #BA0A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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