Html Css Color HEX #BA2233 Cardinal

📋 copy color: '#BA2233'

red 186 ◦ green 34 ◦ blue 51

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

Shades of Cardinal #BA2233

Tints of Cardinal #BA2233

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.55%

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

R = 68.63%
G = 12.55%
B = 18.82%

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

#BA2233 (or 0xBA2233) is known color: Cardinal. HEX triplet: BA, 22 and 33. RGB value is (186,34,51). Sum of RGB (Red+Green+Blue) = 186+34+51=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2233 is #45DDCC. Grayscale: #515151. Windows color (decimal): -4578765 or 3351226. OLE color: 3351226.

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

Color convert

RGB 186 34 51 -
CMYK 0 0.82 0.73 0.27
HSL 353.29º 0.69% 0.43% -
HSV(B) 353.29º 0.82% 0.73% -
XYZ 21.42 11.82 4.28 -
YUV 81.39 110.86 202.62 -
System Red Green Blue C M Y K H S L
Decimal 186 34 51 0 0.82 0.73 0.27 353.29 0.69 0.43
Hex BA 22 33 0 52 49 1B 161 45 2B
Octal 272 42 63 0 122 111 33 541 105 53
Binary 10111010 100010 110011 0 1010010 1001001 11011 101100001 1000101 101011

Color Harmonies of #BA2233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2233

Black with #BA2233

Text Example


Text Example

White with #BA2233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2233; }

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

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

background-color css

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

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

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

border-color css

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

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

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