Html Css Color HEX #BA2133 Cardinal

📋 copy color: '#BA2133'

red 186 ◦ green 33 ◦ blue 51

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

Shades of Cardinal #BA2133

Tints of Cardinal #BA2133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.89%

R = 68.89%
G = 12.22%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA2133 (or 0xBA2133) is known color: Cardinal. HEX triplet: BA, 21 and 33. RGB value is (186,33,51). Sum of RGB (Red+Green+Blue) = 186+33+51=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2133 is #45DECC. Grayscale: #505050. Windows color (decimal): -4579021 or 3350970. OLE color: 3350970.

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

Color convert

RGB 186 33 51 -
CMYK 0 0.82 0.73 0.27
HSL 352.94º 0.7% 0.43% -
HSV(B) 352.94º 0.82% 0.73% -
XYZ 21.39 11.77 4.28 -
YUV 80.8 111.19 203.04 -
System Red Green Blue C M Y K H S L
Decimal 186 33 51 0 0.82 0.73 0.27 352.94 0.7 0.43
Hex BA 21 33 0 52 49 1B 161 46 2B
Octal 272 41 63 0 122 111 33 541 106 53
Binary 10111010 100001 110011 0 1010010 1001001 11011 101100001 1000110 101011

Color Harmonies of #BA2133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2133

Black with #BA2133

Text Example


Text Example

White with #BA2133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2133; }

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

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

background-color css

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

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

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

border-color css

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

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

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