Html Css Color HEX #BA0532 Cardinal

📋 copy color: '#BA0532'

red 186 ◦ green 5 ◦ blue 50

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

Shades of Cardinal #BA0532

Tints of Cardinal #BA0532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

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

R = 77.18%
G = 2.07%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA0532 (or 0xBA0532) is known color: Cardinal. HEX triplet: BA, 05 and 32. RGB value is (186,5,50). Sum of RGB (Red+Green+Blue) = 186+5+50=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0532 is #45FACD. Grayscale: #404040. Windows color (decimal): -4586190 or 3278266. OLE color: 3278266.

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

Color convert

RGB 186 5 50 -
CMYK 0 0.97 0.73 0.27
HSL 345.08º 0.95% 0.37% -
HSV(B) 345.08º 0.97% 0.73% -
XYZ 20.88 10.78 4 -
YUV 64.25 119.97 214.84 -
System Red Green Blue C M Y K H S L
Decimal 186 5 50 0 0.97 0.73 0.27 345.08 0.95 0.37
Hex BA 5 32 0 61 49 1B 159 5F 25
Octal 272 5 62 0 141 111 33 531 137 45
Binary 10111010 101 110010 0 1100001 1001001 11011 101011001 1011111 100101

Color Harmonies of #BA0532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0532

Black with #BA0532

Text Example


Text Example

White with #BA0532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0532; }

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

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

background-color css

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

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

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

border-color css

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

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

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