Html Css Color HEX #BA0339 Cardinal

📋 copy color: '#BA0339'

red 186 ◦ green 3 ◦ blue 57

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

Shades of Cardinal #BA0339

Tints of Cardinal #BA0339

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

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

R = 75.61%
G = 1.22%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA0339 (or 0xBA0339) is known color: Cardinal. HEX triplet: BA, 03 and 39. RGB value is (186,3,57). Sum of RGB (Red+Green+Blue) = 186+3+57=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0339 is #45FCC6. Grayscale: #3F3F3F. Windows color (decimal): -4586695 or 3736506. OLE color: 3736506.

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

Color convert

RGB 186 3 57 -
CMYK 0 0.98 0.69 0.27
HSL 342.3º 0.97% 0.37% -
HSV(B) 342.3º 0.98% 0.73% -
XYZ 21.02 10.8 4.85 -
YUV 63.87 124.13 215.11 -
System Red Green Blue C M Y K H S L
Decimal 186 3 57 0 0.98 0.69 0.27 342.3 0.97 0.37
Hex BA 3 39 0 62 45 1B 156 61 25
Octal 272 3 71 0 142 105 33 526 141 45
Binary 10111010 11 111001 0 1100010 1000101 11011 101010110 1100001 100101

Color Harmonies of #BA0339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0339

Black with #BA0339

Text Example


Text Example

White with #BA0339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0339; }

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

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

background-color css

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

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

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

border-color css

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

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

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