Html Css Color HEX #BA0030 Cardinal

📋 copy color: '#BA0030'

red 186 ◦ green 0 ◦ blue 48

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

Shades of Cardinal #BA0030

Tints of Cardinal #BA0030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.49%
G = 0%
B = 20.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA0030 (or 0xBA0030) is known color: Cardinal. HEX triplet: BA, 00 and 30. RGB value is (186,0,48). Sum of RGB (Red+Green+Blue) = 186+0+48=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0030 is #45FFCF. Grayscale: #3D3D3D. Windows color (decimal): -4587472 or 3145914. OLE color: 3145914.

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

Color convert

RGB 186 0 48 -
CMYK 0 1 0.74 0.27
HSL 344.52º 1% 0.36% -
HSV(B) 344.52º 1% 0.73% -
XYZ 20.78 10.65 3.76 -
YUV 61.09 120.62 217.1 -
System Red Green Blue C M Y K H S L
Decimal 186 0 48 0 1 0.74 0.27 344.52 1 0.36
Hex BA 0 30 0 64 4A 1B 159 64 24
Octal 272 0 60 0 144 112 33 531 144 44
Binary 10111010 0 110000 0 1100100 1001010 11011 101011001 1100100 100100

Color Harmonies of #BA0030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0030

Black with #BA0030

Text Example


Text Example

White with #BA0030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0030; }

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

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

background-color css

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

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

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

border-color css

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

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

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