Html Css Color HEX #BA212B Cardinal

📋 copy color: '#BA212B'

red 186 ◦ green 33 ◦ blue 43

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

Shades of Cardinal #BA212B

Tints of Cardinal #BA212B

RGB

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

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

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

R = 70.99%
G = 12.6%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA212B (or 0xBA212B) is known color: Cardinal. HEX triplet: BA, 21 and 2B. RGB value is (186,33,43). Sum of RGB (Red+Green+Blue) = 186+33+43=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA212B is #45DED4. Grayscale: #505050. Windows color (decimal): -4579029 or 2826682. OLE color: 2826682.

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

Color convert

RGB 186 33 43 -
CMYK 0 0.82 0.77 0.27
HSL 356.08º 0.7% 0.43% -
HSV(B) 356.08º 0.82% 0.73% -
XYZ 21.23 11.7 3.43 -
YUV 79.89 107.19 203.69 -
System Red Green Blue C M Y K H S L
Decimal 186 33 43 0 0.82 0.77 0.27 356.08 0.7 0.43
Hex BA 21 2B 0 52 4D 1B 164 46 2B
Octal 272 41 53 0 122 115 33 544 106 53
Binary 10111010 100001 101011 0 1010010 1001101 11011 101100100 1000110 101011

Color Harmonies of #BA212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA212B

Black with #BA212B

Text Example


Text Example

White with #BA212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA212B; }

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

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

background-color css

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

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

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

border-color css

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

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

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