Html Css Color HEX #BA153D Cardinal

📋 copy color: '#BA153D'

red 186 ◦ green 21 ◦ blue 61

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

Shades of Cardinal #BA153D

Tints of Cardinal #BA153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.84%

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

R = 69.4%
G = 7.84%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA153D (or 0xBA153D) is known color: Cardinal. HEX triplet: BA, 15 and 3D. RGB value is (186,21,61). Sum of RGB (Red+Green+Blue) = 186+21+61=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA153D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA153D is #45EAC2. Grayscale: #4A4A4A. Windows color (decimal): -4582083 or 4003258. OLE color: 4003258.

HSL color Cylindrical-coordinate representation of color #BA153D: hue angle of 345.45º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA153D is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 21 61 -
CMYK 0 0.89 0.67 0.27
HSL 345.45º 0.8% 0.41% -
HSV(B) 345.45º 0.89% 0.73% -
XYZ 21.36 11.31 5.47 -
YUV 74.9 120.16 207.25 -
System Red Green Blue C M Y K H S L
Decimal 186 21 61 0 0.89 0.67 0.27 345.45 0.8 0.41
Hex BA 15 3D 0 59 43 1B 159 50 29
Octal 272 25 75 0 131 103 33 531 120 51
Binary 10111010 10101 111101 0 1011001 1000011 11011 101011001 1010000 101001

Color Harmonies of #BA153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA153D

Black with #BA153D

Text Example


Text Example

White with #BA153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA153D; }

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

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

background-color css

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

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

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

border-color css

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

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

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