Html Css Color HEX #BA202A Cardinal

📋 copy color: '#BA202A'

red 186 ◦ green 32 ◦ blue 42

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

Shades of Cardinal #BA202A

Tints of Cardinal #BA202A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.15%

R = 71.54%
G = 12.31%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA202A (or 0xBA202A) is known color: Cardinal. HEX triplet: BA, 20 and 2A. RGB value is (186,32,42). Sum of RGB (Red+Green+Blue) = 186+32+42=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA202A is #45DFD5. Grayscale: #4F4F4F. Windows color (decimal): -4579286 or 2760890. OLE color: 2760890.

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

Color convert

RGB 186 32 42 -
CMYK 0 0.83 0.77 0.27
HSL 356.1º 0.71% 0.43% -
HSV(B) 356.1º 0.83% 0.73% -
XYZ 21.18 11.64 3.32 -
YUV 79.19 107.02 204.19 -
System Red Green Blue C M Y K H S L
Decimal 186 32 42 0 0.83 0.77 0.27 356.1 0.71 0.43
Hex BA 20 2A 0 53 4D 1B 164 47 2B
Octal 272 40 52 0 123 115 33 544 107 53
Binary 10111010 100000 101010 0 1010011 1001101 11011 101100100 1000111 101011

Color Harmonies of #BA202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA202A

Black with #BA202A

Text Example


Text Example

White with #BA202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA202A; }

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

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

background-color css

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

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

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

border-color css

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

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

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