Html Css Color HEX #BA0836 Cardinal

📋 copy color: '#BA0836'

red 186 ◦ green 8 ◦ blue 54

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

Shades of Cardinal #BA0836

Tints of Cardinal #BA0836

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.23%

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

R = 75%
G = 3.23%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA0836 (or 0xBA0836) is known color: Cardinal. HEX triplet: BA, 08 and 36. RGB value is (186,8,54). Sum of RGB (Red+Green+Blue) = 186+8+54=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0836 is #45F7C9. Grayscale: #424242. Windows color (decimal): -4585418 or 3541178. OLE color: 3541178.

HSL color Cylindrical-coordinate representation of color #BA0836: hue angle of 344.49º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0836 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 8 54 -
CMYK 0 0.96 0.71 0.27
HSL 344.49º 0.92% 0.38% -
HSV(B) 344.49º 0.96% 0.73% -
XYZ 21 10.88 4.48 -
YUV 66.47 120.97 213.26 -
System Red Green Blue C M Y K H S L
Decimal 186 8 54 0 0.96 0.71 0.27 344.49 0.92 0.38
Hex BA 8 36 0 60 47 1B 158 5C 26
Octal 272 10 66 0 140 107 33 530 134 46
Binary 10111010 1000 110110 0 1100000 1000111 11011 101011000 1011100 100110

Color Harmonies of #BA0836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0836

Black with #BA0836

Text Example


Text Example

White with #BA0836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0836; }

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

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

background-color css

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

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

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

border-color css

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

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

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