Html Css Color HEX #BA052D Cardinal

📋 copy color: '#BA052D'

red 186 ◦ green 5 ◦ blue 45

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

Shades of Cardinal #BA052D

Tints of Cardinal #BA052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.07%

R = 78.81%
G = 2.12%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA052D (or 0xBA052D) is known color: Cardinal. HEX triplet: BA, 05 and 2D. RGB value is (186,5,45). Sum of RGB (Red+Green+Blue) = 186+5+45=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA052D is #45FAD2. Grayscale: #3F3F3F. Windows color (decimal): -4586195 or 2950586. OLE color: 2950586.

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

Color convert

RGB 186 5 45 -
CMYK 0 0.97 0.76 0.27
HSL 346.74º 0.95% 0.37% -
HSV(B) 346.74º 0.97% 0.73% -
XYZ 20.78 10.74 3.46 -
YUV 63.68 117.47 215.25 -
System Red Green Blue C M Y K H S L
Decimal 186 5 45 0 0.97 0.76 0.27 346.74 0.95 0.37
Hex BA 5 2D 0 61 4C 1B 15B 5F 25
Octal 272 5 55 0 141 114 33 533 137 45
Binary 10111010 101 101101 0 1100001 1001100 11011 101011011 1011111 100101

Color Harmonies of #BA052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA052D

Black with #BA052D

Text Example


Text Example

White with #BA052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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