Html Css Color HEX #BA2030 Cardinal

📋 copy color: '#BA2030'

red 186 ◦ green 32 ◦ blue 48

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

Shades of Cardinal #BA2030

Tints of Cardinal #BA2030

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.03%

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

R = 69.92%
G = 12.03%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA2030 (or 0xBA2030) is known color: Cardinal. HEX triplet: BA, 20 and 30. RGB value is (186,32,48). Sum of RGB (Red+Green+Blue) = 186+32+48=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2030 is #45DFCF. Grayscale: #4F4F4F. Windows color (decimal): -4579280 or 3154106. OLE color: 3154106.

HSL color Cylindrical-coordinate representation of color #BA2030: hue angle of 353.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2030 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 32 48 -
CMYK 0 0.83 0.74 0.27
HSL 353.77º 0.71% 0.43% -
HSV(B) 353.77º 0.83% 0.73% -
XYZ 21.3 11.69 3.93 -
YUV 79.87 110.02 203.7 -
System Red Green Blue C M Y K H S L
Decimal 186 32 48 0 0.83 0.74 0.27 353.77 0.71 0.43
Hex BA 20 30 0 53 4A 1B 162 47 2B
Octal 272 40 60 0 123 112 33 542 107 53
Binary 10111010 100000 110000 0 1010011 1001010 11011 101100010 1000111 101011

Color Harmonies of #BA2030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2030

Black with #BA2030

Text Example


Text Example

White with #BA2030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2030; }

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

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

background-color css

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

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

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

border-color css

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

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

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