Html Css Color HEX #BA2134 Cardinal

📋 copy color: '#BA2134'

red 186 ◦ green 33 ◦ blue 52

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

Shades of Cardinal #BA2134

Tints of Cardinal #BA2134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.19%

R = 68.63%
G = 12.18%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA2134 (or 0xBA2134) is known color: Cardinal. HEX triplet: BA, 21 and 34. RGB value is (186,33,52). Sum of RGB (Red+Green+Blue) = 186+33+52=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2134 is #45DECB. Grayscale: #505050. Windows color (decimal): -4579020 or 3416506. OLE color: 3416506.

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

Color convert

RGB 186 33 52 -
CMYK 0 0.82 0.72 0.27
HSL 352.55º 0.7% 0.43% -
HSV(B) 352.55º 0.82% 0.73% -
XYZ 21.41 11.77 4.39 -
YUV 80.91 111.69 202.96 -
System Red Green Blue C M Y K H S L
Decimal 186 33 52 0 0.82 0.72 0.27 352.55 0.7 0.43
Hex BA 21 34 0 52 48 1B 161 46 2B
Octal 272 41 64 0 122 110 33 541 106 53
Binary 10111010 100001 110100 0 1010010 1001000 11011 101100001 1000110 101011

Color Harmonies of #BA2134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2134

Black with #BA2134

Text Example


Text Example

White with #BA2134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2134; }

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

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

background-color css

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

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

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

border-color css

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

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

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