Html Css Color HEX #BA0130 Cardinal

📋 copy color: '#BA0130'

red 186 ◦ green 1 ◦ blue 48

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

Shades of Cardinal #BA0130

Tints of Cardinal #BA0130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 79.15%
G = 0.43%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA0130 (or 0xBA0130) is known color: Cardinal. HEX triplet: BA, 01 and 30. RGB value is (186,1,48). Sum of RGB (Red+Green+Blue) = 186+1+48=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0130 is #45FECF. Grayscale: #3D3D3D. Windows color (decimal): -4587216 or 3146170. OLE color: 3146170.

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

Color convert

RGB 186 1 48 -
CMYK 0 0.99 0.74 0.27
HSL 344.76º 0.99% 0.37% -
HSV(B) 344.76º 0.99% 0.73% -
XYZ 20.79 10.67 3.76 -
YUV 61.67 120.29 216.68 -
System Red Green Blue C M Y K H S L
Decimal 186 1 48 0 0.99 0.74 0.27 344.76 0.99 0.37
Hex BA 1 30 0 63 4A 1B 159 63 25
Octal 272 1 60 0 143 112 33 531 143 45
Binary 10111010 1 110000 0 1100011 1001010 11011 101011001 1100011 100101

Color Harmonies of #BA0130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0130

Black with #BA0130

Text Example


Text Example

White with #BA0130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0130; }

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

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

background-color css

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

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

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

border-color css

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

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

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