Html Css Color HEX #BA213E Cardinal

📋 copy color: '#BA213E'

red 186 ◦ green 33 ◦ blue 62

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

Shades of Cardinal #BA213E

Tints of Cardinal #BA213E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.06%

R = 66.19%
G = 11.74%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA213E (or 0xBA213E) is known color: Cardinal. HEX triplet: BA, 21 and 3E. RGB value is (186,33,62). Sum of RGB (Red+Green+Blue) = 186+33+62=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA213E is #45DEC1. Grayscale: #525252. Windows color (decimal): -4579010 or 4071866. OLE color: 4071866.

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

Color convert

RGB 186 33 62 -
CMYK 0 0.82 0.67 0.27
HSL 348.63º 0.7% 0.43% -
HSV(B) 348.63º 0.82% 0.73% -
XYZ 21.66 11.87 5.71 -
YUV 82.05 116.69 202.14 -
System Red Green Blue C M Y K H S L
Decimal 186 33 62 0 0.82 0.67 0.27 348.63 0.7 0.43
Hex BA 21 3E 0 52 43 1B 15D 46 2B
Octal 272 41 76 0 122 103 33 535 106 53
Binary 10111010 100001 111110 0 1010010 1000011 11011 101011101 1000110 101011

Color Harmonies of #BA213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA213E

Black with #BA213E

Text Example


Text Example

White with #BA213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA213E; }

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

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

background-color css

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

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

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

border-color css

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

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

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