Html Css Color HEX #BA0239 Cardinal

📋 copy color: '#BA0239'

red 186 ◦ green 2 ◦ blue 57

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

Shades of Cardinal #BA0239

Tints of Cardinal #BA0239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 57 (22.66% from 255) = 23.27%

R = 75.92%
G = 0.82%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA0239 (or 0xBA0239) is known color: Cardinal. HEX triplet: BA, 02 and 39. RGB value is (186,2,57). Sum of RGB (Red+Green+Blue) = 186+2+57=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0239 is #45FDC6. Grayscale: #3F3F3F. Windows color (decimal): -4586951 or 3736250. OLE color: 3736250.

HSL color Cylindrical-coordinate representation of color #BA0239: hue angle of 342.07º degrees, saturation: 0.98, 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 #BA0239 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 2 57 -
CMYK 0 0.99 0.69 0.27
HSL 342.07º 0.98% 0.37% -
HSV(B) 342.07º 0.99% 0.73% -
XYZ 21.01 10.78 4.84 -
YUV 63.29 124.46 215.53 -
System Red Green Blue C M Y K H S L
Decimal 186 2 57 0 0.99 0.69 0.27 342.07 0.98 0.37
Hex BA 2 39 0 63 45 1B 156 62 25
Octal 272 2 71 0 143 105 33 526 142 45
Binary 10111010 10 111001 0 1100011 1000101 11011 101010110 1100010 100101

Color Harmonies of #BA0239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0239

Black with #BA0239

Text Example


Text Example

White with #BA0239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0239; }

 p { color: rgb(186,2,57); }

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

background-color css

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

 a { background-color: rgb(186,2,57); }

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

border-color css

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

 span { border-color: rgb(186,2,57); }

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