Html Css Color HEX #BA0942 Cardinal

📋 copy color: '#BA0942'

red 186 ◦ green 9 ◦ blue 66

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

Shades of Cardinal #BA0942

Tints of Cardinal #BA0942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.45%

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

R = 71.26%
G = 3.45%
B = 25.29%

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

#BA0942 (or 0xBA0942) is known color: Cardinal. HEX triplet: BA, 09 and 42. RGB value is (186,9,66). Sum of RGB (Red+Green+Blue) = 186+9+66=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0942 is #45F6BD. Grayscale: #444444. Windows color (decimal): -4585150 or 4327866. OLE color: 4327866.

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

Color convert

RGB 186 9 66 -
CMYK 0 0.95 0.65 0.27
HSL 340.68º 0.91% 0.38% -
HSV(B) 340.68º 0.95% 0.73% -
XYZ 21.33 11.03 6.16 -
YUV 68.42 126.64 211.87 -
System Red Green Blue C M Y K H S L
Decimal 186 9 66 0 0.95 0.65 0.27 340.68 0.91 0.38
Hex BA 9 42 0 5F 41 1B 155 5B 26
Octal 272 11 102 0 137 101 33 525 133 46
Binary 10111010 1001 1000010 0 1011111 1000001 11011 101010101 1011011 100110

Color Harmonies of #BA0942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0942

Black with #BA0942

Text Example


Text Example

White with #BA0942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0942; }

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

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

background-color css

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

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

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

border-color css

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

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

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