Html Css Color HEX #BA0635 Cardinal

📋 copy color: '#BA0635'

red 186 ◦ green 6 ◦ blue 53

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

Shades of Cardinal #BA0635

Tints of Cardinal #BA0635

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.45%

 BLUE value IS 53 (21.09% from 255) = 21.63%

R = 75.92%
G = 2.45%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA0635 (or 0xBA0635) is known color: Cardinal. HEX triplet: BA, 06 and 35. RGB value is (186,6,53). Sum of RGB (Red+Green+Blue) = 186+6+53=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0635 is #45F9CA. Grayscale: #414141. Windows color (decimal): -4585931 or 3475130. OLE color: 3475130.

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

Color convert

RGB 186 6 53 -
CMYK 0 0.97 0.72 0.27
HSL 344.33º 0.94% 0.38% -
HSV(B) 344.33º 0.97% 0.73% -
XYZ 20.96 10.83 4.35 -
YUV 65.18 121.13 214.18 -
System Red Green Blue C M Y K H S L
Decimal 186 6 53 0 0.97 0.72 0.27 344.33 0.94 0.38
Hex BA 6 35 0 61 48 1B 158 5E 26
Octal 272 6 65 0 141 110 33 530 136 46
Binary 10111010 110 110101 0 1100001 1001000 11011 101011000 1011110 100110

Color Harmonies of #BA0635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0635

Black with #BA0635

Text Example


Text Example

White with #BA0635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0635; }

 p { color: rgb(186,6,53); }

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

background-color css

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

 a { background-color: rgb(186,6,53); }

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

border-color css

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

 span { border-color: rgb(186,6,53); }

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