Html Css Color HEX #BA2534 Cardinal

📋 copy color: '#BA2534'

red 186 ◦ green 37 ◦ blue 52

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

Shades of Cardinal #BA2534

Tints of Cardinal #BA2534

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.45%

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

R = 67.64%
G = 13.45%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA2534 (or 0xBA2534) is known color: Cardinal. HEX triplet: BA, 25 and 34. RGB value is (186,37,52). Sum of RGB (Red+Green+Blue) = 186+37+52=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2534 is #45DACB. Grayscale: #535353. Windows color (decimal): -4577996 or 3417530. OLE color: 3417530.

HSL color Cylindrical-coordinate representation of color #BA2534: hue angle of 353.96º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2534 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 37 52 -
CMYK 0 0.80 0.72 0.27
HSL 353.96º 0.67% 0.44% -
HSV(B) 353.96º 0.8% 0.73% -
XYZ 21.53 12.01 4.43 -
YUV 83.26 110.36 201.28 -
System Red Green Blue C M Y K H S L
Decimal 186 37 52 0 0.80 0.72 0.27 353.96 0.67 0.44
Hex BA 25 34 0 50 48 1B 162 43 2C
Octal 272 45 64 0 120 110 33 542 103 54
Binary 10111010 100101 110100 0 1010000 1001000 11011 101100010 1000011 101100

Color Harmonies of #BA2534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2534

Black with #BA2534

Text Example


Text Example

White with #BA2534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2534; }

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

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

background-color css

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

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

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

border-color css

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

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

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