Html Css Color HEX #BA202D Cardinal

📋 copy color: '#BA202D'

red 186 ◦ green 32 ◦ blue 45

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

Shades of Cardinal #BA202D

Tints of Cardinal #BA202D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.17%

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

R = 70.72%
G = 12.17%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA202D (or 0xBA202D) is known color: Cardinal. HEX triplet: BA, 20 and 2D. RGB value is (186,32,45). Sum of RGB (Red+Green+Blue) = 186+32+45=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA202D is #45DFD2. Grayscale: #4F4F4F. Windows color (decimal): -4579283 or 2957498. OLE color: 2957498.

HSL color Cylindrical-coordinate representation of color #BA202D: hue angle of 354.94º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA202D is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 32 45 -
CMYK 0 0.83 0.76 0.27
HSL 354.94º 0.71% 0.43% -
HSV(B) 354.94º 0.83% 0.73% -
XYZ 21.24 11.66 3.61 -
YUV 79.53 108.52 203.94 -
System Red Green Blue C M Y K H S L
Decimal 186 32 45 0 0.83 0.76 0.27 354.94 0.71 0.43
Hex BA 20 2D 0 53 4C 1B 163 47 2B
Octal 272 40 55 0 123 114 33 543 107 53
Binary 10111010 100000 101101 0 1010011 1001100 11011 101100011 1000111 101011

Color Harmonies of #BA202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA202D

Black with #BA202D

Text Example


Text Example

White with #BA202D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA202D; }

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

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

background-color css

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

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

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

border-color css

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

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

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