Html Css Color HEX #BA0336 Cardinal

📋 copy color: '#BA0336'

red 186 ◦ green 3 ◦ blue 54

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

Shades of Cardinal #BA0336

Tints of Cardinal #BA0336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.22%

R = 76.54%
G = 1.23%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA0336 (or 0xBA0336) is known color: Cardinal. HEX triplet: BA, 03 and 36. RGB value is (186,3,54). Sum of RGB (Red+Green+Blue) = 186+3+54=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0336 is #45FCC9. Grayscale: #3F3F3F. Windows color (decimal): -4586698 or 3539898. OLE color: 3539898.

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

Color convert

RGB 186 3 54 -
CMYK 0 0.98 0.71 0.27
HSL 343.28º 0.97% 0.37% -
HSV(B) 343.28º 0.98% 0.73% -
XYZ 20.95 10.77 4.46 -
YUV 63.53 122.63 215.35 -
System Red Green Blue C M Y K H S L
Decimal 186 3 54 0 0.98 0.71 0.27 343.28 0.97 0.37
Hex BA 3 36 0 62 47 1B 157 61 25
Octal 272 3 66 0 142 107 33 527 141 45
Binary 10111010 11 110110 0 1100010 1000111 11011 101010111 1100001 100101

Color Harmonies of #BA0336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0336

Black with #BA0336

Text Example


Text Example

White with #BA0336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0336; }

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

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

background-color css

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

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

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

border-color css

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

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

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