Html Css Color HEX #BA0934 Cardinal

📋 copy color: '#BA0934'

red 186 ◦ green 9 ◦ blue 52

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

Shades of Cardinal #BA0934

Tints of Cardinal #BA0934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.05%

R = 75.3%
G = 3.64%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA0934 (or 0xBA0934) is known color: Cardinal. HEX triplet: BA, 09 and 34. RGB value is (186,9,52). Sum of RGB (Red+Green+Blue) = 186+9+52=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0934 is #45F6CB. Grayscale: #424242. Windows color (decimal): -4585164 or 3410362. OLE color: 3410362.

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

Color convert

RGB 186 9 52 -
CMYK 0 0.95 0.72 0.27
HSL 345.42º 0.91% 0.38% -
HSV(B) 345.42º 0.95% 0.73% -
XYZ 20.97 10.88 4.24 -
YUV 66.83 119.64 213 -
System Red Green Blue C M Y K H S L
Decimal 186 9 52 0 0.95 0.72 0.27 345.42 0.91 0.38
Hex BA 9 34 0 5F 48 1B 159 5B 26
Octal 272 11 64 0 137 110 33 531 133 46
Binary 10111010 1001 110100 0 1011111 1001000 11011 101011001 1011011 100110

Color Harmonies of #BA0934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0934

Black with #BA0934

Text Example


Text Example

White with #BA0934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0934; }

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

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

background-color css

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

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

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

border-color css

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

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

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