Html Css Color HEX #BA202B Cardinal

📋 copy color: '#BA202B'

red 186 ◦ green 32 ◦ blue 43

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

Shades of Cardinal #BA202B

Tints of Cardinal #BA202B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.48%

R = 71.26%
G = 12.26%
B = 16.48%

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

#BA202B (or 0xBA202B) is known color: Cardinal. HEX triplet: BA, 20 and 2B. RGB value is (186,32,43). Sum of RGB (Red+Green+Blue) = 186+32+43=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA202B is #45DFD4. Grayscale: #4F4F4F. Windows color (decimal): -4579285 or 2826426. OLE color: 2826426.

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

Color convert

RGB 186 32 43 -
CMYK 0 0.83 0.77 0.27
HSL 355.71º 0.71% 0.43% -
HSV(B) 355.71º 0.83% 0.73% -
XYZ 21.2 11.65 3.42 -
YUV 79.3 107.52 204.11 -
System Red Green Blue C M Y K H S L
Decimal 186 32 43 0 0.83 0.77 0.27 355.71 0.71 0.43
Hex BA 20 2B 0 53 4D 1B 164 47 2B
Octal 272 40 53 0 123 115 33 544 107 53
Binary 10111010 100000 101011 0 1010011 1001101 11011 101100100 1000111 101011

Color Harmonies of #BA202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA202B

Black with #BA202B

Text Example


Text Example

White with #BA202B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA202B; }

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

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

background-color css

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

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

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

border-color css

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

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

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