Html Css Color HEX #BA013B Cardinal

📋 copy color: '#BA013B'

red 186 ◦ green 1 ◦ blue 59

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

Shades of Cardinal #BA013B

Tints of Cardinal #BA013B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 75.61%
G = 0.41%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA013B (or 0xBA013B) is known color: Cardinal. HEX triplet: BA, 01 and 3B. RGB value is (186,1,59). Sum of RGB (Red+Green+Blue) = 186+1+59=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA013B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA013B is #45FEC4. Grayscale: #3E3E3E. Windows color (decimal): -4587205 or 3867066. OLE color: 3867066.

HSL color Cylindrical-coordinate representation of color #BA013B: hue angle of 341.19º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA013B is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 1 59 -
CMYK 0 0.99 0.68 0.27
HSL 341.19º 0.99% 0.37% -
HSV(B) 341.19º 0.99% 0.73% -
XYZ 21.05 10.78 5.11 -
YUV 62.93 125.79 215.78 -
System Red Green Blue C M Y K H S L
Decimal 186 1 59 0 0.99 0.68 0.27 341.19 0.99 0.37
Hex BA 1 3B 0 63 44 1B 155 63 25
Octal 272 1 73 0 143 104 33 525 143 45
Binary 10111010 1 111011 0 1100011 1000100 11011 101010101 1100011 100101

Color Harmonies of #BA013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA013B

Black with #BA013B

Text Example


Text Example

White with #BA013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA013B; }

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

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

background-color css

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

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

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

border-color css

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

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

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