Html Css Color HEX #BA063F Cardinal

📋 copy color: '#BA063F'

red 186 ◦ green 6 ◦ blue 63

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

Shades of Cardinal #BA063F

Tints of Cardinal #BA063F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.71%

R = 72.94%
G = 2.35%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA063F (or 0xBA063F) is known color: Cardinal. HEX triplet: BA, 06 and 3F. RGB value is (186,6,63). Sum of RGB (Red+Green+Blue) = 186+6+63=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA063F is #45F9C0. Grayscale: #424242. Windows color (decimal): -4585921 or 4130490. OLE color: 4130490.

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

Color convert

RGB 186 6 63 -
CMYK 0 0.97 0.66 0.27
HSL 341º 0.94% 0.38% -
HSV(B) 341º 0.97% 0.73% -
XYZ 21.21 10.93 5.69 -
YUV 66.32 126.13 213.37 -
System Red Green Blue C M Y K H S L
Decimal 186 6 63 0 0.97 0.66 0.27 341 0.94 0.38
Hex BA 6 3F 0 61 42 1B 155 5E 26
Octal 272 6 77 0 141 102 33 525 136 46
Binary 10111010 110 111111 0 1100001 1000010 11011 101010101 1011110 100110

Color Harmonies of #BA063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA063F

Black with #BA063F

Text Example


Text Example

White with #BA063F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA063F; }

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

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

background-color css

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

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

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

border-color css

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

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

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