Html Css Color HEX #BA2530 Cardinal

📋 copy color: '#BA2530'

red 186 ◦ green 37 ◦ blue 48

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

Shades of Cardinal #BA2530

Tints of Cardinal #BA2530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.71%

R = 68.63%
G = 13.65%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA2530 (or 0xBA2530) is known color: Cardinal. HEX triplet: BA, 25 and 30. RGB value is (186,37,48). Sum of RGB (Red+Green+Blue) = 186+37+48=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2530 is #45DACF. Grayscale: #525252. Windows color (decimal): -4578000 or 3155386. OLE color: 3155386.

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

Color convert

RGB 186 37 48 -
CMYK 0 0.80 0.74 0.27
HSL 355.57º 0.67% 0.44% -
HSV(B) 355.57º 0.8% 0.73% -
XYZ 21.44 11.98 3.98 -
YUV 82.81 108.36 201.61 -
System Red Green Blue C M Y K H S L
Decimal 186 37 48 0 0.80 0.74 0.27 355.57 0.67 0.44
Hex BA 25 30 0 50 4A 1B 164 43 2C
Octal 272 45 60 0 120 112 33 544 103 54
Binary 10111010 100101 110000 0 1010000 1001010 11011 101100100 1000011 101100

Color Harmonies of #BA2530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2530

Black with #BA2530

Text Example


Text Example

White with #BA2530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2530; }

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

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

background-color css

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

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

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

border-color css

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

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

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