Html Css Color HEX #BA0936 Cardinal

📋 copy color: '#BA0936'

red 186 ◦ green 9 ◦ blue 54

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

Shades of Cardinal #BA0936

Tints of Cardinal #BA0936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.69%

R = 74.7%
G = 3.61%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA0936 (or 0xBA0936) is known color: Cardinal. HEX triplet: BA, 09 and 36. RGB value is (186,9,54). Sum of RGB (Red+Green+Blue) = 186+9+54=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0936 is #45F6C9. Grayscale: #434343. Windows color (decimal): -4585162 or 3541434. OLE color: 3541434.

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

Color convert

RGB 186 9 54 -
CMYK 0 0.95 0.71 0.27
HSL 344.75º 0.91% 0.38% -
HSV(B) 344.75º 0.95% 0.73% -
XYZ 21.01 10.9 4.49 -
YUV 67.05 120.64 212.84 -
System Red Green Blue C M Y K H S L
Decimal 186 9 54 0 0.95 0.71 0.27 344.75 0.91 0.38
Hex BA 9 36 0 5F 47 1B 159 5B 26
Octal 272 11 66 0 137 107 33 531 133 46
Binary 10111010 1001 110110 0 1011111 1000111 11011 101011001 1011011 100110

Color Harmonies of #BA0936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0936

Black with #BA0936

Text Example


Text Example

White with #BA0936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0936; }

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

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

background-color css

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

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

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

border-color css

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

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

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