Html Css Color HEX #BA0042 Cardinal

📋 copy color: '#BA0042'

red 186 ◦ green 0 ◦ blue 66

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

Shades of Cardinal #BA0042

Tints of Cardinal #BA0042

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.81%
G = 0%
B = 26.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA0042 (or 0xBA0042) is known color: Cardinal. HEX triplet: BA, 00 and 42. RGB value is (186,0,66). Sum of RGB (Red+Green+Blue) = 186+0+66=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0042 is #45FFBD. Grayscale: #3F3F3F. Windows color (decimal): -4587454 or 4325562. OLE color: 4325562.

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

Color convert

RGB 186 0 66 -
CMYK 0 1 0.65 0.27
HSL 338.71º 1% 0.36% -
HSV(B) 338.71º 1% 0.73% -
XYZ 21.23 10.83 6.13 -
YUV 63.14 129.62 215.63 -
System Red Green Blue C M Y K H S L
Decimal 186 0 66 0 1 0.65 0.27 338.71 1 0.36
Hex BA 0 42 0 64 41 1B 153 64 24
Octal 272 0 102 0 144 101 33 523 144 44
Binary 10111010 0 1000010 0 1100100 1000001 11011 101010011 1100100 100100

Color Harmonies of #BA0042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0042

Black with #BA0042

Text Example


Text Example

White with #BA0042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0042; }

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

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

background-color css

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

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

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

border-color css

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

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

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