Html Css Color HEX #BA053D Cardinal

📋 copy color: '#BA053D'

red 186 ◦ green 5 ◦ blue 61

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

Shades of Cardinal #BA053D

Tints of Cardinal #BA053D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

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

R = 73.81%
G = 1.98%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA053D (or 0xBA053D) is known color: Cardinal. HEX triplet: BA, 05 and 3D. RGB value is (186,5,61). Sum of RGB (Red+Green+Blue) = 186+5+61=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA053D is #45FAC2. Grayscale: #414141. Windows color (decimal): -4586179 or 3999162. OLE color: 3999162.

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

Color convert

RGB 186 5 61 -
CMYK 0 0.97 0.67 0.27
HSL 341.44º 0.95% 0.37% -
HSV(B) 341.44º 0.97% 0.73% -
XYZ 21.15 10.88 5.4 -
YUV 65.5 125.47 213.95 -
System Red Green Blue C M Y K H S L
Decimal 186 5 61 0 0.97 0.67 0.27 341.44 0.95 0.37
Hex BA 5 3D 0 61 43 1B 155 5F 25
Octal 272 5 75 0 141 103 33 525 137 45
Binary 10111010 101 111101 0 1100001 1000011 11011 101010101 1011111 100101

Color Harmonies of #BA053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA053D

Black with #BA053D

Text Example


Text Example

White with #BA053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA053D; }

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

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

background-color css

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

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

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

border-color css

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

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

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