Html Css Color HEX #BA052F Cardinal

📋 copy color: '#BA052F'

red 186 ◦ green 5 ◦ blue 47

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

Shades of Cardinal #BA052F

Tints of Cardinal #BA052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.75%

R = 78.15%
G = 2.1%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA052F (or 0xBA052F) is known color: Cardinal. HEX triplet: BA, 05 and 2F. RGB value is (186,5,47). Sum of RGB (Red+Green+Blue) = 186+5+47=238 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.15% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 186 - color contains mainly: red. Hex color #BA052F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA052F is #45FAD0. Grayscale: #3F3F3F. Windows color (decimal): -4586193 or 3081658. OLE color: 3081658.

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

Color convert

RGB 186 5 47 -
CMYK 0 0.97 0.75 0.27
HSL 346.08º 0.95% 0.37% -
HSV(B) 346.08º 0.97% 0.73% -
XYZ 20.82 10.75 3.67 -
YUV 63.91 118.47 215.08 -
System Red Green Blue C M Y K H S L
Decimal 186 5 47 0 0.97 0.75 0.27 346.08 0.95 0.37
Hex BA 5 2F 0 61 4B 1B 15A 5F 25
Octal 272 5 57 0 141 113 33 532 137 45
Binary 10111010 101 101111 0 1100001 1001011 11011 101011010 1011111 100101

Color Harmonies of #BA052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA052F

Black with #BA052F

Text Example


Text Example

White with #BA052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA052F; }

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

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

background-color css

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

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

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

border-color css

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

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

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