Html Css Color HEX #BA0932 Cardinal

📋 copy color: '#BA0932'

red 186 ◦ green 9 ◦ blue 50

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

Shades of Cardinal #BA0932

Tints of Cardinal #BA0932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.41%

R = 75.92%
G = 3.67%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA0932 (or 0xBA0932) is known color: Cardinal. HEX triplet: BA, 09 and 32. RGB value is (186,9,50). Sum of RGB (Red+Green+Blue) = 186+9+50=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0932 is #45F6CD. Grayscale: #424242. Windows color (decimal): -4585166 or 3279290. OLE color: 3279290.

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

Color convert

RGB 186 9 50 -
CMYK 0 0.95 0.73 0.27
HSL 346.1º 0.91% 0.38% -
HSV(B) 346.1º 0.95% 0.73% -
XYZ 20.92 10.86 4.01 -
YUV 66.6 118.64 213.17 -
System Red Green Blue C M Y K H S L
Decimal 186 9 50 0 0.95 0.73 0.27 346.1 0.91 0.38
Hex BA 9 32 0 5F 49 1B 15A 5B 26
Octal 272 11 62 0 137 111 33 532 133 46
Binary 10111010 1001 110010 0 1011111 1001001 11011 101011010 1011011 100110

Color Harmonies of #BA0932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0932

Black with #BA0932

Text Example


Text Example

White with #BA0932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0932; }

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

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

background-color css

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

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

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

border-color css

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

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

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