Html Css Color HEX #BA063B Cardinal

📋 copy color: '#BA063B'

red 186 ◦ green 6 ◦ blue 59

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

Shades of Cardinal #BA063B

Tints of Cardinal #BA063B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.51%

R = 74.1%
G = 2.39%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA063B (or 0xBA063B) is known color: Cardinal. HEX triplet: BA, 06 and 3B. RGB value is (186,6,59). Sum of RGB (Red+Green+Blue) = 186+6+59=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA063B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA063B is #45F9C4. Grayscale: #414141. Windows color (decimal): -4585925 or 3868346. OLE color: 3868346.

HSL color Cylindrical-coordinate representation of color #BA063B: hue angle of 342.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 #BA063B is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 6 59 -
CMYK 0 0.97 0.68 0.27
HSL 342.33º 0.94% 0.38% -
HSV(B) 342.33º 0.97% 0.73% -
XYZ 21.1 10.89 5.13 -
YUV 65.86 124.13 213.69 -
System Red Green Blue C M Y K H S L
Decimal 186 6 59 0 0.97 0.68 0.27 342.33 0.94 0.38
Hex BA 6 3B 0 61 44 1B 156 5E 26
Octal 272 6 73 0 141 104 33 526 136 46
Binary 10111010 110 111011 0 1100001 1000100 11011 101010110 1011110 100110

Color Harmonies of #BA063B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA063B

Black with #BA063B

Text Example


Text Example

White with #BA063B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA063B; }

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

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

background-color css

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

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

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

border-color css

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

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

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