Html Css Color HEX #BA213F Cardinal

📋 copy color: '#BA213F'

red 186 ◦ green 33 ◦ blue 63

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

Shades of Cardinal #BA213F

Tints of Cardinal #BA213F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.7%

 BLUE value IS 63 (25% from 255) = 22.34%

R = 65.96%
G = 11.7%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA213F (or 0xBA213F) is known color: Cardinal. HEX triplet: BA, 21 and 3F. RGB value is (186,33,63). Sum of RGB (Red+Green+Blue) = 186+33+63=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA213F is #45DEC0. Grayscale: #525252. Windows color (decimal): -4579009 or 4137402. OLE color: 4137402.

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

Color convert

RGB 186 33 63 -
CMYK 0 0.82 0.66 0.27
HSL 348.24º 0.7% 0.43% -
HSV(B) 348.24º 0.82% 0.73% -
XYZ 21.69 11.89 5.85 -
YUV 82.17 117.19 202.06 -
System Red Green Blue C M Y K H S L
Decimal 186 33 63 0 0.82 0.66 0.27 348.24 0.7 0.43
Hex BA 21 3F 0 52 42 1B 15C 46 2B
Octal 272 41 77 0 122 102 33 534 106 53
Binary 10111010 100001 111111 0 1010010 1000010 11011 101011100 1000110 101011

Color Harmonies of #BA213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA213F

Black with #BA213F

Text Example


Text Example

White with #BA213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA213F; }

 p { color: rgb(186,33,63); }

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

background-color css

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

 a { background-color: rgb(186,33,63); }

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

border-color css

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

 span { border-color: rgb(186,33,63); }

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