Html Css Color HEX #BA0534 Cardinal

📋 copy color: '#BA0534'

red 186 ◦ green 5 ◦ blue 52

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

Shades of Cardinal #BA0534

Tints of Cardinal #BA0534

RGB

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

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

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

R = 76.54%
G = 2.06%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA0534 (or 0xBA0534) is known color: Cardinal. HEX triplet: BA, 05 and 34. RGB value is (186,5,52). Sum of RGB (Red+Green+Blue) = 186+5+52=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0534 is #45FACB. Grayscale: #404040. Windows color (decimal): -4586188 or 3409338. OLE color: 3409338.

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

Color convert

RGB 186 5 52 -
CMYK 0 0.97 0.72 0.27
HSL 344.42º 0.95% 0.37% -
HSV(B) 344.42º 0.97% 0.73% -
XYZ 20.92 10.8 4.23 -
YUV 64.48 120.97 214.68 -
System Red Green Blue C M Y K H S L
Decimal 186 5 52 0 0.97 0.72 0.27 344.42 0.95 0.37
Hex BA 5 34 0 61 48 1B 158 5F 25
Octal 272 5 64 0 141 110 33 530 137 45
Binary 10111010 101 110100 0 1100001 1001000 11011 101011000 1011111 100101

Color Harmonies of #BA0534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0534

Black with #BA0534

Text Example


Text Example

White with #BA0534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0534; }

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

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

background-color css

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

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

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

border-color css

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

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

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