Html Css Color HEX #BA013D Cardinal

📋 copy color: '#BA013D'

red 186 ◦ green 1 ◦ blue 61

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

Shades of Cardinal #BA013D

Tints of Cardinal #BA013D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.6%

R = 75%
G = 0.4%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA013D (or 0xBA013D) is known color: Cardinal. HEX triplet: BA, 01 and 3D. RGB value is (186,1,61). Sum of RGB (Red+Green+Blue) = 186+1+61=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA013D is #45FEC2. Grayscale: #3F3F3F. Windows color (decimal): -4587203 or 3998138. OLE color: 3998138.

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

Color convert

RGB 186 1 61 -
CMYK 0 0.99 0.67 0.27
HSL 340.54º 0.99% 0.37% -
HSV(B) 340.54º 0.99% 0.73% -
XYZ 21.1 10.8 5.39 -
YUV 63.16 126.79 215.62 -
System Red Green Blue C M Y K H S L
Decimal 186 1 61 0 0.99 0.67 0.27 340.54 0.99 0.37
Hex BA 1 3D 0 63 43 1B 155 63 25
Octal 272 1 75 0 143 103 33 525 143 45
Binary 10111010 1 111101 0 1100011 1000011 11011 101010101 1100011 100101

Color Harmonies of #BA013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA013D

Black with #BA013D

Text Example


Text Example

White with #BA013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA013D; }

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

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

background-color css

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

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

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

border-color css

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

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

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