Html Css Color HEX #BA0542 Cardinal

📋 copy color: '#BA0542'

red 186 ◦ green 5 ◦ blue 66

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

Shades of Cardinal #BA0542

Tints of Cardinal #BA0542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 72.37%
G = 1.95%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA0542 (or 0xBA0542) is known color: Cardinal. HEX triplet: BA, 05 and 42. RGB value is (186,5,66). Sum of RGB (Red+Green+Blue) = 186+5+66=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0542 is #45FABD. Grayscale: #424242. Windows color (decimal): -4586174 or 4326842. OLE color: 4326842.

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

Color convert

RGB 186 5 66 -
CMYK 0 0.97 0.65 0.27
HSL 339.78º 0.95% 0.37% -
HSV(B) 339.78º 0.97% 0.73% -
XYZ 21.29 10.94 6.14 -
YUV 66.07 127.97 213.54 -
System Red Green Blue C M Y K H S L
Decimal 186 5 66 0 0.97 0.65 0.27 339.78 0.95 0.37
Hex BA 5 42 0 61 41 1B 154 5F 25
Octal 272 5 102 0 141 101 33 524 137 45
Binary 10111010 101 1000010 0 1100001 1000001 11011 101010100 1011111 100101

Color Harmonies of #BA0542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0542

Black with #BA0542

Text Example


Text Example

White with #BA0542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0542; }

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

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

background-color css

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

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

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

border-color css

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

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

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