Html Css Color HEX #BA0A42 Cardinal

📋 copy color: '#BA0A42'

red 186 ◦ green 10 ◦ blue 66

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

Shades of Cardinal #BA0A42

Tints of Cardinal #BA0A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.19%

R = 70.99%
G = 3.82%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA0A42 (or 0xBA0A42) is known color: Cardinal. HEX triplet: BA, 0A and 42. RGB value is (186,10,66). Sum of RGB (Red+Green+Blue) = 186+10+66=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0A42 is #45F5BD. Grayscale: #444444. Windows color (decimal): -4584894 or 4328122. OLE color: 4328122.

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

Color convert

RGB 186 10 66 -
CMYK 0 0.95 0.65 0.27
HSL 340.91º 0.9% 0.38% -
HSV(B) 340.91º 0.95% 0.73% -
XYZ 21.34 11.05 6.16 -
YUV 69.01 126.31 211.45 -
System Red Green Blue C M Y K H S L
Decimal 186 10 66 0 0.95 0.65 0.27 340.91 0.9 0.38
Hex BA A 42 0 5F 41 1B 155 5A 26
Octal 272 12 102 0 137 101 33 525 132 46
Binary 10111010 1010 1000010 0 1011111 1000001 11011 101010101 1011010 100110

Color Harmonies of #BA0A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0A42

Black with #BA0A42

Text Example


Text Example

White with #BA0A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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