Html Css Color HEX #BA013F Cardinal

📋 copy color: '#BA013F'

red 186 ◦ green 1 ◦ blue 63

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

Shades of Cardinal #BA013F

Tints of Cardinal #BA013F

RGB

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

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

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

R = 74.4%
G = 0.4%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA013F (or 0xBA013F) is known color: Cardinal. HEX triplet: BA, 01 and 3F. RGB value is (186,1,63). Sum of RGB (Red+Green+Blue) = 186+1+63=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA013F is #45FEC0. Grayscale: #3F3F3F. Windows color (decimal): -4587201 or 4129210. OLE color: 4129210.

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

Color convert

RGB 186 1 63 -
CMYK 0 0.99 0.66 0.27
HSL 339.89º 0.99% 0.37% -
HSV(B) 339.89º 0.99% 0.73% -
XYZ 21.16 10.82 5.68 -
YUV 63.38 127.79 215.46 -
System Red Green Blue C M Y K H S L
Decimal 186 1 63 0 0.99 0.66 0.27 339.89 0.99 0.37
Hex BA 1 3F 0 63 42 1B 154 63 25
Octal 272 1 77 0 143 102 33 524 143 45
Binary 10111010 1 111111 0 1100011 1000010 11011 101010100 1100011 100101

Color Harmonies of #BA013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA013F

Black with #BA013F

Text Example


Text Example

White with #BA013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA013F; }

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

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

background-color css

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

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

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

border-color css

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

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

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