Html Css Color HEX #BA213B Cardinal

📋 copy color: '#BA213B'

red 186 ◦ green 33 ◦ blue 59

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

Shades of Cardinal #BA213B

Tints of Cardinal #BA213B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.22%

R = 66.91%
G = 11.87%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA213B (or 0xBA213B) is known color: Cardinal. HEX triplet: BA, 21 and 3B. RGB value is (186,33,59). Sum of RGB (Red+Green+Blue) = 186+33+59=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA213B is #45DEC4. Grayscale: #515151. Windows color (decimal): -4579013 or 3875258. OLE color: 3875258.

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

Color convert

RGB 186 33 59 -
CMYK 0 0.82 0.68 0.27
HSL 349.8º 0.7% 0.43% -
HSV(B) 349.8º 0.82% 0.73% -
XYZ 21.58 11.84 5.29 -
YUV 81.71 115.19 202.39 -
System Red Green Blue C M Y K H S L
Decimal 186 33 59 0 0.82 0.68 0.27 349.8 0.7 0.43
Hex BA 21 3B 0 52 44 1B 15E 46 2B
Octal 272 41 73 0 122 104 33 536 106 53
Binary 10111010 100001 111011 0 1010010 1000100 11011 101011110 1000110 101011

Color Harmonies of #BA213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA213B

Black with #BA213B

Text Example


Text Example

White with #BA213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA213B; }

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

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

background-color css

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

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

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

border-color css

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

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

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